35 #ifndef mmaleastsquareprojection_h 36 #define mmaleastsquareprojection_h 45 #define _IFT_MMALeastSquareProjection_Name "leastsquare" 46 #define _IFT_MMALeastSquareProjection_statefilter "mmalsp_statefilter" 47 #define _IFT_MMALeastSquareProjection_regionfilter "mmalsp_regionfilter" 54 class DynamicInputRecord;
99 virtual void finish(
TimeStep *tStep);
108 virtual const char *
giveClassName()
const {
return "MMALeastSquareProjectionPatchType"; }
115 #endif // mmaleastsquareprojection_h InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
The class implements the transfer of state variables based on Least square fit over old mesh integrat...
std::list< GaussPoint * > patchGPList
List of Gp participating in patch.
Domain * patchDomain
Patch domain.
virtual const char * giveClassName() const
Returns class name of the receiver.
The class representing the general material model mapping algorithm.
Class implementing an array of integers.
int regionFilter
If set, then only IP in the same region are taken into account.
Set of elements, boundaries, edges and/or nodes.
int stateFilter
If set, then only IP in the neighbourhood with same state can be used to interpolate the values...
Abstract base class representing a material status information.
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
MMALeastSquareProjectionPatchType
MMALeastSquareProjectionPatchType patchType
Type of patch.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.