OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "generalboundarycondition.h"
#include "floatarray.h"
#include "bctype.h"
#include "valuemodetype.h"
Go to the source code of this file.
Classes | |
class | oofem::BoundaryCondition |
Class implementing Dirichlet boundary condition on DOF (primary boundary condition). More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Dirichlet boundary condition. | |
#define | _IFT_BoundaryCondition_Name "boundarycondition" |
#define | _IFT_BoundaryCondition_PrescribedValue "prescribedvalue" |
[rn,optional] Prescribed value of all DOFs More... | |
#define | _IFT_BoundaryCondition_PrescribedValue_d "d" |
[rn,optional] Alternative input field More... | |
#define | _IFT_BoundaryCondition_values "values" |
[ra,optional] Vector of prescribed values for each respective DOF. More... | |
#define _IFT_BoundaryCondition_Name "boundarycondition" |
Definition at line 48 of file boundarycondition.h.
Referenced by oofem::BoundaryCondition::giveInputRecordName(), and oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem1D().
#define _IFT_BoundaryCondition_PrescribedValue "prescribedvalue" |
[rn,optional] Prescribed value of all DOFs
Definition at line 49 of file boundarycondition.h.
Referenced by oofem::MacroLSpace::changeMicroBoundaryConditions(), oofem::BoundaryCondition::initializeFrom(), oofem::SolutionbasedShapeFunction::setBoundaryConditionOnDof(), and oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem1D().
#define _IFT_BoundaryCondition_PrescribedValue_d "d" |
[rn,optional] Alternative input field
Definition at line 50 of file boundarycondition.h.
Referenced by oofem::BoundaryCondition::initializeFrom().
#define _IFT_BoundaryCondition_values "values" |
[ra,optional] Vector of prescribed values for each respective DOF.
Definition at line 51 of file boundarycondition.h.
Referenced by oofem::BoundaryCondition::giveInputRecord(), and oofem::BoundaryCondition::initializeFrom().