|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "load.h"#include "bctype.h"#include "valuemodetype.h"#include "dictionary.h"#include "scalarfunction.h"Go to the source code of this file.
Classes | |
| class | oofem::BoundaryLoad |
| Abstract base class representing a boundary load (force, momentum, ...) that acts directly on a boundary of some finite element (on element side, face, ...). More... | |
| class | oofem::EdgeLoad |
| Abstract base class representing an edge load (force, momentum, ...) that acts directly on a edge boundary of some finite element (on element side, face, ...). More... | |
| class | oofem::SurfaceLoad |
| Abstract base class representing a surface load (force, momentum, ...) that acts directly on a surface boundary of some finite element (on element side, face, ...). More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for BoundaryLoad | |
| #define | _IFT_BoundaryLoad_loadtype "loadtype" |
| #define | _IFT_BoundaryLoad_cstype "cstype" |
| #define | _IFT_BoundaryLoad_properties "properties" |
| #define | _IFT_BoundaryLoad_propertyTimeFunctions "propertytf" |
| #define | _IFT_BoundaryLoad_propertyMultExpr "propertymultexpr" |
| #define | _IFT_BoundaryLoad_temperOffset "temperoffset" |
| #define _IFT_BoundaryLoad_cstype "cstype" |
Definition at line 47 of file boundaryload.h.
Referenced by oofem::BoundaryLoad::giveInputRecord(), and oofem::BoundaryLoad::initializeFrom().
| #define _IFT_BoundaryLoad_loadtype "loadtype" |
Definition at line 46 of file boundaryload.h.
Referenced by oofem::BoundaryLoad::giveInputRecord(), and oofem::BoundaryLoad::initializeFrom().
| #define _IFT_BoundaryLoad_properties "properties" |
Definition at line 48 of file boundaryload.h.
Referenced by oofem::BoundaryLoad::giveInputRecord(), and oofem::BoundaryLoad::initializeFrom().
| #define _IFT_BoundaryLoad_propertyMultExpr "propertymultexpr" |
Definition at line 50 of file boundaryload.h.
Referenced by oofem::BoundaryLoad::giveInputRecord(), and oofem::BoundaryLoad::initializeFrom().
| #define _IFT_BoundaryLoad_propertyTimeFunctions "propertytf" |
Definition at line 49 of file boundaryload.h.
Referenced by oofem::BoundaryLoad::giveInputRecord(), and oofem::BoundaryLoad::initializeFrom().
| #define _IFT_BoundaryLoad_temperOffset "temperoffset" |
Definition at line 51 of file boundaryload.h.
Referenced by oofem::BoundaryLoad::initializeFrom().