b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2initial_condition.H File Reference
#include "b2ppconfig.h"
#include "utils/b2linear_algebra.H"
#include "utils/b2object.H"
#include "utils/b2type.H"
Include dependency graph for b2initial_condition.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  b2000::InitialCondition
 
class  b2000::TypedInitialCondition< T >
 

Namespaces

namespace  b2000
 Contains the base classes for implementing Finite Elements.
 

Detailed Description

C++ representation of initial conditions for Finite Element models.

In B2000++, there is a single instance of B2000::TypedInitialCondition, defining the initial condition of the complete FE model: The values of all degrees-of-freedom, their time derivatives, and the path-dependent b2000::Element and b2000::ElementProperty states.

Implementations of initial conditions should derive b2000::TypedInitialCondition.