35 #ifndef remeshingcrit_h 36 #define remeshingcrit_h 46 class CommunicatorBuff;
47 class ProblemCommunicator;
66 #ifdef __PARALLEL_MODE 88 virtual double giveRequiredDofManDensity(
int num,
TimeStep *tStep,
int relative = 0) = 0;
93 virtual double giveDofManDensity(
int num) = 0;
104 virtual int estimateMeshDensities(
TimeStep *tStep) = 0;
109 #endif // remeshingcrit_h The base class for all remeshing criteria.
Class representing communicator for engng model.
ProblemCommunicator * communicator
Communicator.
bool initCommMap
Communication init flag.
The base class for all error estimation or error indicator algorithms.
RemeshingStrategy
Type representing the remeshing strategy.
virtual void reinitialize()
The Communicator and corresponding buffers (represented by this class) are separated in order to allo...
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.
The top abstract class of all classes constituting the finite element mesh.