OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Base class for mapping of primary variables between domains. More...
#include <primvarmapper.h>
Public Member Functions | |
PrimaryVariableMapper () | |
virtual | ~PrimaryVariableMapper () |
virtual void | mapPrimaryVariables (FloatArray &oU, Domain &iOldDom, Domain &iNewDom, ValueModeType iMode, TimeStep &iTStep)=0 |
Base class for mapping of primary variables between domains.
The reason for not using the existing PrimaryUnknownMapper is that I need to handle cases where the number of dofs per node may change (for example XFEM enrichments).
Created on: Nov 7, 2013
Definition at line 53 of file primvarmapper.h.
oofem::PrimaryVariableMapper::PrimaryVariableMapper | ( | ) |
Definition at line 57 of file primvarmapper.C.
|
virtual |
Definition at line 59 of file primvarmapper.C.
|
pure virtual |