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::NodalSpringElement |
This class implements a simple linear spring element connecting the given node and the ground. 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_NodalSpringElement_Name "nodalspring" |
#define | _IFT_NodalSpringElement_dofmask "dofmask" |
#define | _IFT_NodalSpringElement_springConstants "k" |
#define | _IFT_NodalSpringElement_masses "m" |
#define _IFT_NodalSpringElement_dofmask "dofmask" |
Definition at line 43 of file nodalspringelement.h.
Referenced by oofem::NodalSpringElement::initializeFrom().
#define _IFT_NodalSpringElement_masses "m" |
Definition at line 45 of file nodalspringelement.h.
Referenced by oofem::NodalSpringElement::initializeFrom().
#define _IFT_NodalSpringElement_Name "nodalspring" |
Definition at line 42 of file nodalspringelement.h.
Referenced by oofem::NodalSpringElement::giveInputRecordName().
#define _IFT_NodalSpringElement_springConstants "k" |
Definition at line 44 of file nodalspringelement.h.
Referenced by oofem::NodalSpringElement::initializeFrom().