|
OOFEM 3.0
|
#include <winklermodel.h>
Public Member Functions | |
| Beam3dSubsoilMaterialInterface () | |
| Constructor. | |
| virtual | ~Beam3dSubsoilMaterialInterface () |
| virtual FloatMatrixF< 6, 6 > | B3SSMI_getUnknownsGtoLRotationMatrix () const =0 |
| Evaluate transformation matrix for reciver unknowns. | |
| Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. | |
| 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 99 of file winklermodel.h.
|
inline |
Constructor.
Definition at line 103 of file winklermodel.h.
Referenced by oofem::Beam3d::giveInterface().
|
inlinevirtual |
Definition at line 104 of file winklermodel.h.
|
pure virtual |
Evaluate transformation matrix for reciver unknowns.
Implemented in oofem::Beam3d.