|
OOFEM 3.0
|
#include <eleminterpmapperinterface.h>
Public Member Functions | |
| EIPrimaryUnknownMapperInterface () | |
| virtual void | EIPrimaryUnknownMI_computePrimaryUnknownVectorAtLocal (ValueModeType mode, TimeStep *tStep, const FloatArray &lcoords, FloatArray &answer) |
| Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. | |
| virtual | ~Interface () |
| virtual const char * | giveClassName () const =0 |
The element interface class related to Element Interpolation Mappers.
Definition at line 50 of file eleminterpmapperinterface.h.
|
inline |
Definition at line 53 of file eleminterpmapperinterface.h.
References oofem::Interface::Interface().
Referenced by oofem::tet21ghostsolid::giveInterface(), and oofem::Tet21Stokes::giveInterface().
|
inlinevirtual |
Computes the element vector of primary unknowns at given point in the local coordinate system.
| mode | Identifies mode of unknown (eg. total value or velocity of unknown). |
| tStep | Time step, when vector of unknowns is requested. |
| lcoords | Local coordinates of point of interest. |
| answer | Vector of unknowns. |
Reimplemented in oofem::tet21ghostsolid, and oofem::Tet21Stokes.
Definition at line 64 of file eleminterpmapperinterface.h.
References OOFEM_ERROR.