35 #ifndef linearconstraintbc_h 36 #define linearconstraintbc_h 48 #define _IFT_LinearConstraintBC_Name "linearconstraintbc" 52 #define _IFT_LinearConstraintBC_weights "weights" 53 #define _IFT_LinearConstraintBC_weightsfuncs "weightsltf" 54 #define _IFT_LinearConstraintBC_rhs "rhs" 55 #define _IFT_LinearConstraintBC_rhsfuncs "rhsltf" 56 #define _IFT_LinearConstraintBC_dofmans "dofmans" 57 #define _IFT_LinearConstraintBC_dofs "dofs" 58 #define _IFT_LinearConstraintBC_lhstype "lhstype" 59 #define _IFT_LinearConstraintBC_rhstype "rhstype" 83 std :: unique_ptr< DofManager >
md;
104 virtual void giveLocationArrays(std :: vector< IntArray > &rows, std :: vector< IntArray > &cols,
122 #endif // LinearConstraintBC_h
Base class for all matrices stored in sparse format.
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
std::unique_ptr< DofManager > md
#define _IFT_LinearConstraintBC_Name
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Base class for dof managers.
Class implementing an array of integers.
virtual int giveNumberOfInternalDofManagers()
Gives the number of internal dof managers.
virtual DofManager * giveInternalDofManager(int i)
Gives an internal dof manager from receiver.
Abstract base class allowing to control the way, how equations are assigned to individual DOFs...
Abstract base class for all active boundary conditions.
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
virtual const char * giveClassName() const
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class implementing linear constraint on selected DOFs in the form , where is i-th degree of freedom ...
Class representing solution step.
virtual const char * giveInputRecordName() const