35 #ifndef zznodalrecoverymodel_h 36 #define zznodalrecoverymodel_h 41 #define _IFT_ZZNodalRecoveryModel_Name "zz" 45 class ZZNodalRecoveryModelInterface;
46 class ProcessCommunicator;
66 lhs(a), rhs(b), regionNodalNumbers(c) { }
77 virtual const char *
giveClassName()
const {
return "ZZNodalRecoveryModel"; }
88 #ifdef __PARALLEL_MODE 130 #endif // zznodalrecoverymodel_h InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
IntArray * regionNodalNumbers
The element interface required by ZZNodalRecoveryModel.
ZZNodalRecoveryModelInterface(Element *element)
Constructor.
Abstract base class for all finite elements.
Helper structure to pass required arguments to packing/unpacking functions needed in parallel mode...
Class implementing an array of integers.
Set of elements, boundaries, edges and/or nodes.
Class representing process communicator for engineering model.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
virtual const char * giveClassName() const
parallelStruct(FloatArray *a, FloatMatrix *b, IntArray *c)
the oofem namespace is to define a context or scope in which all oofem names are defined.
The base class for all recovery models, which perform nodal averaging or projection processes for int...
Class representing solution step.
The nodal recovery model based on paper of Zienkiewicz and Zhu "A Simple Estimator and Adaptive Proce...