42 #define _IFT_PointLoad_Name "pointload" 43 #define _IFT_PointLoad_ndofs "ndofs" 44 #define _IFT_PointLoad_coords "coords" 45 #define _IFT_PointLoad_loadtype "loadtype" 46 #define _IFT_PointLoad_cstype "cstype" 80 coordSystemType = CST_Global;
101 #endif // pointload_h
bcGeomType
Type representing the geometric character of loading.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Class implementing element body load, acting over whole element volume (e.g., the dead weight)...
virtual const char * giveClassName() const
Concentrated point load (placed anywhere).
virtual const char * giveInputRecordName() const
bcType
Type representing the type of bc.
virtual CoordSystType giveCoordSystMode()
Returns receiver's coordinate system.
FloatArray coords
Additional properties (coordinates, point of application).
virtual bcGeomType giveBCGeoType() const
Returns receiver's load geometry type.
const FloatArray & giveCoordinates() const
Gives coordinates of the receiver.
Class representing vector of real numbers.
#define _IFT_PointLoad_Name
IRResultType
Type defining the return values of InputRecord reading operations.
PointLoad(int n, Domain *d)
Constructor.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual bcType giveType() const
bcType lType
Load type (its physical meaning).
Class representing solution step.
CoordSystType coordSystemType
Load coordinate system.
Abstract base class representing a point load (force, momentum, ...) that acts directly on or inside ...