OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Elements/structuralelement.h"
Go to the source code of this file.
Classes | |
class | oofem::SpringElement |
This class implements a simple spring 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 spring element | |
#define | _IFT_SpringElement_Name "spring" |
#define | _IFT_SpringElement_mode "mode" |
#define | _IFT_SpringElement_orientation "orientation" |
#define | _IFT_SpringElement_springConstant "k" |
#define | _IFT_SpringElement_mass "m" |
#define _IFT_SpringElement_mass "m" |
Definition at line 46 of file springelement.h.
Referenced by oofem::SpringElement::initializeFrom().
#define _IFT_SpringElement_mode "mode" |
Definition at line 43 of file springelement.h.
Referenced by oofem::SpringElement::initializeFrom().
#define _IFT_SpringElement_Name "spring" |
Definition at line 42 of file springelement.h.
Referenced by oofem::SpringElement::giveInputRecordName().
#define _IFT_SpringElement_orientation "orientation" |
Definition at line 44 of file springelement.h.
Referenced by oofem::SpringElement::initializeFrom().
#define _IFT_SpringElement_springConstant "k" |
Definition at line 45 of file springelement.h.
Referenced by oofem::SpringElement::initializeFrom().