45 #define _IFT_NodalLoad_Name "nodalload" 46 #define _IFT_NodalLoad_cstype "cstype" 87 { computeComponentArrayAt(answer, tStep, mode); }
Class implementing a concentrated load (force, moment,...) that acts directly on a dof manager (node ...
#define _IFT_NodalLoad_Name
virtual CoordSystType giveCoordSystMode()
Returns receiver's coordinate system.
bcGeomType
Type representing the geometric character of loading.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
virtual const char * giveInputRecordName() const
virtual bcGeomType giveBCGeoType() const
Returns geometry character of boundary condition.
virtual void computeValueAt(FloatArray &answer, TimeStep *tStep, const FloatArray &coords, ValueModeType mode)
Computes components values of load at given point - global coordinates (coordinates given)...
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual const char * giveClassName() const
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.
NodalLoad(int n, Domain *d)
Constructor.
CoordSystType coordSystemType
Load coordinate system.
Class representing solution step.