OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "generalboundarycondition.h"
#include "dictionary.h"
#include "bcvaltype.h"
#include "valuemodetype.h"
Go to the source code of this file.
Classes | |
class | oofem::InitialCondition |
Class implementing general initial condition. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for initial condition | |
#define | _IFT_InitialCondition_Name "initialcondition" |
#define | _IFT_InitialCondition_conditions "conditions" |
#define | _IFT_InitialCondition_valType "valtype" |
#define | _IFT_InitialCondition_set "set" |
#define | _IFT_InitialCondition_dofs "dofs" |
#define _IFT_InitialCondition_conditions "conditions" |
Definition at line 46 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
#define _IFT_InitialCondition_dofs "dofs" |
Definition at line 49 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
#define _IFT_InitialCondition_Name "initialcondition" |
Definition at line 45 of file initialcondition.h.
Referenced by oofem::InitialCondition::giveInputRecordName().
#define _IFT_InitialCondition_set "set" |
Definition at line 48 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
#define _IFT_InitialCondition_valType "valtype" |
Definition at line 47 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().