|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
The element interface class related to Element Interpolation Mappers. More...
#include <eleminterpmapperinterface.h>
Inheritance diagram for oofem::EIPrimaryUnknownMapperInterface:
Collaboration diagram for oofem::EIPrimaryUnknownMapperInterface:Public Member Functions | |
| EIPrimaryUnknownMapperInterface () | |
| virtual void | EIPrimaryUnknownMI_computePrimaryUnknownVectorAtLocal (ValueModeType mode, TimeStep *tStep, const FloatArray &lcoords, FloatArray &answer) |
| Computes the element vector of primary unknowns at given point in the local coordinate system. More... | |
Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. More... | |
| 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.
|
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::Tet21Stokes, and oofem::tet21ghostsolid.
Definition at line 64 of file eleminterpmapperinterface.h.
References OOFEM_ERROR.