45     this->
__init(dold, type, coords, elemSet, tStep, iCohesiveZoneGP);
 InternalStateType
Type representing the physical meaning of element or constitutive model internal variable. 
 
void init(Domain *dold, IntArray &varTypes, GaussPoint *gp, Set &sourceElemSet, TimeStep *tStep, bool iCohesiveZoneGP=false)
Initializes the receiver state before mapping. 
 
Class implementing an array of integers. 
 
virtual int mapVariable(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep)
Maps and update the unknown of given type from old mesh oldd to new mesh to which gp belongs to...
 
Set of elements, boundaries, edges and/or nodes. 
 
virtual int __mapVariable(FloatArray &answer, const FloatArray &coords, InternalStateType type, TimeStep *tStep)=0
Maps and update the unknown of given type from old mesh oldd to new mesh to which gp belongs to...
 
const FloatArray & giveGlobalCoordinates()
 
Class representing vector of real numbers. 
 
virtual void __init(Domain *dold, IntArray &varTypes, const FloatArray &coords, Set &sourceElemSet, TimeStep *tStep, bool iCohesiveZoneGP=false)=0
Initializes the receiver state before mapping. 
 
the oofem namespace is to define a context or scope in which all oofem names are defined. 
 
Class representing integration point in finite element program. 
 
Class representing solution step.