45 #define _IFT_InitialCondition_Name "initialcondition" 46 #define _IFT_InitialCondition_conditions "conditions" 47 #define _IFT_InitialCondition_valType "valtype" 48 #define _IFT_InitialCondition_set "set" 49 #define _IFT_InitialCondition_dofs "dofs" 120 int hasConditionOn(
int u);
147 virtual void printYourself();
const IntArray & giveDofIDs()
Gives the set number which initial condition is applied to.
Class implementing general initial condition.
bcValType
Type determining the type of general boundary condition.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
virtual const char * giveClassName() const
virtual ~InitialCondition()
Destructor.
Class implementing an array of integers.
#define _IFT_InitialCondition_Name
IntArray dofIDs
List of dof ids that IC is applied to.
This class implements a linked list whose entries are Pairs (see below).
bcValType valType
Physical meaning of bc value.
Dictionary initialValueDictionary
Dictionary of initial values.
IRResultType
Type defining the return values of InputRecord reading operations.
bcValType giveICValType() const
Returns receiver load type.
int giveSetNumber()
Gives the set number which initial condition is applied to.
InitialCondition(int i, Domain *d)
Creates initial condition with given number, belonging to given domain.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual const char * giveInputRecordName() const
The top abstract class of all classes constituting the finite element mesh.