|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "activebc.h"#include "floatarray.h"#include "intarray.h"#include "chartype.h"#include "valuemodetype.h"#include "dofmanager.h"#include "error.h"#include <memory>Go to the source code of this file.
Classes | |
| class | oofem::LinearConstraintBC |
Class implementing linear constraint on selected DOFs in the form , where is i-th degree of freedom entering contraint, w_i is corresponding weight, and is given value. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | _IFT_LinearConstraintBC_Name "linearconstraintbc" |
Input fields for active boundary condition | |
| #define | _IFT_LinearConstraintBC_weights "weights" |
| #define | _IFT_LinearConstraintBC_weightsfuncs "weightsltf" |
| #define | _IFT_LinearConstraintBC_rhs "rhs" |
| #define | _IFT_LinearConstraintBC_rhsfuncs "rhsltf" |
| #define | _IFT_LinearConstraintBC_dofmans "dofmans" |
| #define | _IFT_LinearConstraintBC_dofs "dofs" |
| #define | _IFT_LinearConstraintBC_lhstype "lhstype" |
| #define | _IFT_LinearConstraintBC_rhstype "rhstype" |
| #define _IFT_LinearConstraintBC_dofmans "dofmans" |
Definition at line 56 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_dofs "dofs" |
Definition at line 57 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_lhstype "lhstype" |
Definition at line 58 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_Name "linearconstraintbc" |
Definition at line 48 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::giveInputRecordName().
| #define _IFT_LinearConstraintBC_rhs "rhs" |
Definition at line 54 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_rhsfuncs "rhsltf" |
Definition at line 55 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_rhstype "rhstype" |
Definition at line 59 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_weights "weights" |
Definition at line 52 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().
| #define _IFT_LinearConstraintBC_weightsfuncs "weightsltf" |
Definition at line 53 of file linearconstraintbc.h.
Referenced by oofem::LinearConstraintBC::initializeFrom().