|
OOFEM 3.0
|
#include "generalboundarycondition.h"#include "floatarray.h"#include "bctype.h"#include "valuemodetype.h"Go to the source code of this file.
Classes | |
| class | oofem::BoundaryCondition |
Namespaces | |
| namespace | oofem |
Macros | |
Dirichlet boundary condition. | |
| #define | _IFT_BoundaryCondition_Name "boundarycondition" |
| #define | _IFT_BoundaryCondition_PrescribedValue "prescribedvalue" |
| [rn,optional] Prescribed value of all DOFs | |
| #define | _IFT_BoundaryCondition_PrescribedValue_d "d" |
| [rn,optional] Alternative input field | |
| #define | _IFT_BoundaryCondition_values "values" |
| [ra,optional] Vector of prescribed values for each respective DOF. | |
| #define _IFT_BoundaryCondition_Name "boundarycondition" |
Definition at line 48 of file boundarycondition.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), oofem::AdditiveManufacturingProblem::add_sm_node_if_not_exists2(), 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::AdditiveManufacturingProblem::add_node_if_not_exists2(), oofem::AdditiveManufacturingProblem::add_sm_node_if_not_exists2(), oofem::BoundaryCondition::giveInputRecord(), and oofem::BoundaryCondition::initializeFrom().