35 #ifndef dofdistributedprimaryfield_h 36 #define dofdistributedprimaryfield_h 71 virtual void applyDefaultInitialCondition();
73 virtual void applyBoundaryCondition(
TimeStep *tStep);
79 virtual void advanceSolution(
TimeStep *tStep);
85 #endif // dofdistributedprimaryfield_h FieldType
Physical type of field.
Class implementing general initial condition.
Abstract class representing field of primary variables (those, which are unknown and are typically as...
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Base class for dof managers.
Class representing field of primary variables, which are typically allocated on nodes.
Class implementing Dirichlet boundary condition on DOF (primary boundary condition).
Abstract base class allowing to control the way, how equations are assigned to individual DOFs...
Class representing vector of real numbers.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
Abstract base class representing the "problem" under consideration.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Abstract class Dof represents Degree Of Freedom in finite element mesh.
Class representing solution step.