OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Interface defining required functionality from associated element. More...
#include <winklermodel.h>
Public Member Functions | |
Beam3dSubsoilMaterialInterface () | |
Constructor. More... | |
virtual void | B3SSMI_getUnknownsGtoLRotationMatrix (FloatMatrix &answer)=0 |
Evaluate transformation matrix for reciver unknowns. More... | |
Public Member Functions inherited from oofem::Interface | |
Interface () | |
Constructor. More... | |
virtual | ~Interface () |
virtual const char * | giveClassName () const =0 |
Interface defining required functionality from associated element.
The method for computing transformation matrix from global to local element c.s. is required.
Definition at line 103 of file winklermodel.h.
|
inline |
Constructor.
Definition at line 107 of file winklermodel.h.
|
pure virtual |
Evaluate transformation matrix for reciver unknowns.
Implemented in oofem::Beam3d.
Referenced by oofem::WinklerMaterial::give3dBeamSubSoilStiffMtrx().