OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "errorestimator.h"
#include "interface.h"
#include "internalstatetype.h"
#include "floatarray.h"
#include "statecountertype.h"
#include "element.h"
#include "integrationrule.h"
#include "remeshingcrit.h"
Go to the source code of this file.
Classes | |
class | oofem::ZZErrorEstimator |
The implementation of Zienkiewicz Zhu Error Estimator (Zienkiewicz and Zhu: A simple error estimator and adaptive procedure for practical engineering analysis, International Journal for Numerical Methods in Engineering, vol. More... | |
class | oofem::ZZErrorEstimatorInterface |
The element interface corresponding to ZZErrorEstimator. More... | |
class | oofem::ZZRemeshingCriteria |
The class representing Zienkiewicz-Zhu remeshing criteria. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | ZZErrorEstimator_ElementResultCashed |
Input fields for ZZErrorEstimator | |
#define | _IFT_ZZErrorEstimator_Name "zz" |
#define | _IFT_ZZErrorEstimator_normtype "normtype" |
#define | _IFT_ZZErrorEstimator_recoverytype "recoverytype" |
Input fields for ZZRemeshingCriteria | |
#define | _IFT_ZZRemeshingCriteria_requirederror "requirederror" |
#define | _IFT_ZZRemeshingCriteria_minelemsize "minelemsize" |
#define _IFT_ZZErrorEstimator_Name "zz" |
Definition at line 49 of file zzerrorestimator.h.
#define _IFT_ZZErrorEstimator_normtype "normtype" |
Definition at line 50 of file zzerrorestimator.h.
Referenced by oofem::ZZErrorEstimator::initializeFrom().
#define _IFT_ZZErrorEstimator_recoverytype "recoverytype" |
Definition at line 51 of file zzerrorestimator.h.
Referenced by oofem::ZZErrorEstimator::initializeFrom().
#define _IFT_ZZRemeshingCriteria_minelemsize "minelemsize" |
Definition at line 57 of file zzerrorestimator.h.
Referenced by oofem::ZZRemeshingCriteria::initializeFrom().
#define _IFT_ZZRemeshingCriteria_requirederror "requirederror" |
Definition at line 56 of file zzerrorestimator.h.
Referenced by oofem::ZZRemeshingCriteria::initializeFrom().
#define ZZErrorEstimator_ElementResultCashed |
Definition at line 61 of file zzerrorestimator.h.