#include "b2ppconfig.h"
#include "utils/b2linear_algebra.H"
#include "utils/b2object.H"
#include "utils/b2type.H"
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. | |
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.