46 #define _IFT_Load_components "components" 47 #define _IFT_Load_dofexcludemask "dofexcludemask" 48 #define _IFT_Load_reference "reference" 144 int isDofExcluded(
int index);
146 virtual void scale(
double s);
167 OOFEM_ERROR(
"Not supported for this boundary condition.");
Load is specified in local element c.s.
FloatArray componentArray
Components of boundary condition.
Load is specified in global c.s.
virtual int giveApproxOrder()
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Class implementing an array of integers.
virtual double giveProperty(int aProperty, TimeStep *tStep)
Returns the value of a property 'aProperty'.
void setComponentArray(FloatArray &arry)
virtual FormulationType giveFormulationType()
Specifies is load should take local or global coordinates.
CoordSystType
Load coordinate system type.
Abstract base class for all boundary conditions of problem.
Class representing vector of real numbers.
Load is specified in global c.s. but follows the deformation.
FormulationType
Type determining the type of formulation (entity local or global one).
IRResultType
Type defining the return values of InputRecord reading operations.
IntArray dofExcludeMask
The load is specified for all dofs of object to which is associated.
virtual CoordSystType giveCoordSystMode()
Returns receiver's coordinate system.
Load is base abstract class for all loads.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.
virtual ~Load()
Destructor.