|
OOFEM 3.0
|
Go to the source code of this file.
Classes | |
| class | oofem::StructuralMaterialEvaluator |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for structural material evaluator | |
| #define | _IFT_StructuralMaterialEvaluator_Name "structuralmaterialevaluator" |
| #define | _IFT_StructuralMaterialEvaluator_deltat "deltat" |
| #define | _IFT_StructuralMaterialEvaluator_numberOfTimeSteps "nsteps" |
| #define | _IFT_StructuralMaterialEvaluator_componentFunctions "componentfunctions" |
| Integer list of time functions for each component. | |
| #define | _IFT_StructuralMaterialEvaluator_stressControl "stresscontrol" |
| Integer list of the stress components which are controlled. | |
| #define | _IFT_StructuralMaterialEvaluator_outputVariables "vars" |
| Variables (from integration point) to be written. | |
| #define | _IFT_StructuralMaterialEvaluator_tolerance "tolerance" |
| Tolerance for stress control. | |
| #define | _IFT_StructuralMaterialEvaluator_keepTangent "keeptangent" |
| #define _IFT_StructuralMaterialEvaluator_componentFunctions "componentfunctions" |
Integer list of time functions for each component.
Definition at line 47 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().
| #define _IFT_StructuralMaterialEvaluator_deltat "deltat" |
Definition at line 45 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().
| #define _IFT_StructuralMaterialEvaluator_keepTangent "keeptangent" |
Definition at line 51 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().
| #define _IFT_StructuralMaterialEvaluator_Name "structuralmaterialevaluator" |
Definition at line 44 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::giveInputRecordName().
| #define _IFT_StructuralMaterialEvaluator_numberOfTimeSteps "nsteps" |
Definition at line 46 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().
| #define _IFT_StructuralMaterialEvaluator_outputVariables "vars" |
Variables (from integration point) to be written.
Definition at line 49 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().
| #define _IFT_StructuralMaterialEvaluator_stressControl "stresscontrol" |
Integer list of the stress components which are controlled.
Definition at line 48 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().
| #define _IFT_StructuralMaterialEvaluator_tolerance "tolerance" |
Tolerance for stress control.
Definition at line 50 of file structuralmaterialevaluator.h.
Referenced by oofem::StructuralMaterialEvaluator::initializeFrom().