66 this->
IStype = IST_StressTensor;
67 int val = ( int ) this->
IStype;
76 this->
rc->reinitialize();
void setDomain(Domain *d)
Sets Domain; should also re-initialize attributes if necessary.
InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
std::unique_ptr< RemeshingCriteria > rc
#define _IFT_ErrorEstimator_regionskipmap
InternalStateType IStype
Internal state type of variable to get internal forces.
int & at(int i)
Coefficient access function.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
#define _IFT_ErrorEstimator_IStype
int skippedNelems
Number of skipped elements.
void clear()
Clears the array (zero size).
ErrorEstimator(int n, Domain *d)
Constructor.
virtual RemeshingCriteria * giveRemeshingCrit()=0
Returns reference to associated remeshing criteria.
virtual void reinitialize()
IRResultType
Type defining the return values of InputRecord reading operations.
bool skipRegion(int reg)
Returns nonzero if region has been skipped in error estimation (user option).
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void setDomain(Domain *d)
Sets associated Domain.
IntArray regionSkipMap
Map indicating regions to skip (region - cross section model).
The top abstract class of all classes constituting the finite element mesh.
virtual ~ErrorEstimator()
Destructor.