|
OOFEM 3.0
|
#include "generalboundarycondition.h"#include "dictionary.h"#include "bcvaltype.h"#include "valuemodetype.h"#include "scalarfunction.h"#include "field.h"Go to the source code of this file.
Classes | |
| class | oofem::InitialCondition |
Namespaces | |
| namespace | oofem |
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_f "f" |
| #define | _IFT_InitialCondition_dfdt "dfdt" |
| #define | _IFT_InitialCondition_d2fdt2 "d2fdt2" |
| #define | _IFT_InitialCondition_field "field" |
| #define _IFT_InitialCondition_conditions "conditions" |
Definition at line 48 of file initialcondition.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_d2fdt2 "d2fdt2" |
Definition at line 55 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_dfdt "dfdt" |
Definition at line 54 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_dofs "dofs" |
Definition at line 51 of file initialcondition.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_f "f" |
Definition at line 53 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_field "field" |
Definition at line 57 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_Name "initialcondition" |
Definition at line 47 of file initialcondition.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::InitialCondition::giveInputRecordName().
| #define _IFT_InitialCondition_set "set" |
Definition at line 50 of file initialcondition.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::InitialCondition::initializeFrom().
| #define _IFT_InitialCondition_valType "valtype" |
Definition at line 49 of file initialcondition.h.
Referenced by oofem::InitialCondition::initializeFrom().