|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "femcmpnn.h"#include "intarray.h"#include "bcvaltype.h"#include "bcgeomtype.h"#include "bctype.h"Go to the source code of this file.
Classes | |
| class | oofem::GeneralBoundaryCondition |
| Abstract base class for all boundary conditions of problem. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for a general boundary condition | |
| #define | _IFT_GeneralBoundaryCondition_timeFunct "loadtimefunction" |
| #define | _IFT_GeneralBoundaryCondition_valType "valtype" |
| #define | _IFT_GeneralBoundaryCondition_dofs "dofs" |
| #define | _IFT_GeneralBoundaryCondition_isImposedTimeFunct "isimposedtimefunction" |
| #define | _IFT_GeneralBoundaryCondition_set "set" |
| #define _IFT_GeneralBoundaryCondition_dofs "dofs" |
Definition at line 48 of file generalboundarycondition.h.
Referenced by oofem::GeneralBoundaryCondition::giveInputRecord(), oofem::ConstantPressureLoad::initializeFrom(), and oofem::GeneralBoundaryCondition::initializeFrom().
| #define _IFT_GeneralBoundaryCondition_isImposedTimeFunct "isimposedtimefunction" |
Definition at line 49 of file generalboundarycondition.h.
Referenced by oofem::GeneralBoundaryCondition::giveInputRecord(), and oofem::GeneralBoundaryCondition::initializeFrom().
| #define _IFT_GeneralBoundaryCondition_set "set" |
Definition at line 50 of file generalboundarycondition.h.
Referenced by oofem::GeneralBoundaryCondition::giveInputRecord(), oofem::PrescribedMean::initializeFrom(), and oofem::GeneralBoundaryCondition::initializeFrom().
| #define _IFT_GeneralBoundaryCondition_timeFunct "loadtimefunction" |
Definition at line 46 of file generalboundarycondition.h.
Referenced by oofem::MacroLSpace::changeMicroBoundaryConditions(), oofem::GeneralBoundaryCondition::giveInputRecord(), oofem::GeneralBoundaryCondition::initializeFrom(), oofem::SolutionbasedShapeFunction::setBoundaryConditionOnDof(), oofem::SolutionbasedShapeFunction::setLoads(), and oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem1D().
| #define _IFT_GeneralBoundaryCondition_valType "valtype" |
Definition at line 47 of file generalboundarycondition.h.
Referenced by oofem::GeneralBoundaryCondition::giveInputRecord(), and oofem::GeneralBoundaryCondition::initializeFrom().