|
OOFEM 3.0
|
#include <termlibrary.h>
Public Member Functions | |
| BodyFluxFunctor (BodyLoad *load, const IntArray &dofIDs) | |
| void | evaluate (FloatArray &answer, const FloatArray &lcoords, MPElement &cell, const Variable *testField, TimeStep *tStep) const override |
Protected Attributes | |
| BodyLoad * | load |
| IntArray | dofIDs |
Definition at line 315 of file termlibrary.h.
Definition at line 320 of file termlibrary.h.
|
inlineoverridevirtual |
Implements oofem::NTfFunctor.
Definition at line 322 of file termlibrary.h.
References dofIDs, oofem::Variable::interpolation, load, oofem::FEInterpolation::local2global(), and OOFEM_ERROR.
|
protected |
Definition at line 318 of file termlibrary.h.
Referenced by BodyFluxFunctor(), and evaluate().
|
protected |
Definition at line 317 of file termlibrary.h.
Referenced by BodyFluxFunctor(), and evaluate().