|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "bodyload.h"Go to the source code of this file.
Classes | |
| class | oofem::PointLoad |
| Abstract base class representing a point load (force, momentum, ...) that acts directly on or inside of some finite element. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for PointLoad | |
| #define | _IFT_PointLoad_Name "pointload" |
| #define | _IFT_PointLoad_ndofs "ndofs" |
| #define | _IFT_PointLoad_coords "coords" |
| #define | _IFT_PointLoad_loadtype "loadtype" |
| #define | _IFT_PointLoad_cstype "cstype" |
| #define _IFT_PointLoad_coords "coords" |
Definition at line 44 of file pointload.h.
Referenced by oofem::PointLoad::giveInputRecord(), and oofem::PointLoad::initializeFrom().
| #define _IFT_PointLoad_cstype "cstype" |
Definition at line 46 of file pointload.h.
Referenced by oofem::PointLoad::giveInputRecord(), and oofem::PointLoad::initializeFrom().
| #define _IFT_PointLoad_loadtype "loadtype" |
Definition at line 45 of file pointload.h.
Referenced by oofem::PointLoad::giveInputRecord(), and oofem::PointLoad::initializeFrom().
| #define _IFT_PointLoad_Name "pointload" |
Definition at line 42 of file pointload.h.
Referenced by oofem::PointLoad::giveInputRecordName().
| #define _IFT_PointLoad_ndofs "ndofs" |
Definition at line 43 of file pointload.h.