OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/refinedelement.h"
#include "../sm/refinedmesh.h"
#include "errorestimator.h"
#include "interface.h"
#include "floatarray.h"
#include "statecountertype.h"
#include "remeshingcrit.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | oofem::HuertaErrorEstimator |
The implementation of Zienkiewicz Zhu Error Estimator. More... | |
class | oofem::HuertaErrorEstimatorInterface |
The element interface corresponding to HuertaErrorEstimator. More... | |
class | oofem::HuertaRemeshingCriteria |
The class representing Huerta remeshing criteria. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
#define _IFT_HuertaErrorEstimator_exact "exact" |
Definition at line 60 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_impCSect "impCSect" |
Definition at line 58 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_impPos "imppos" |
Definition at line 59 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_initialskipsteps "initialskipsteps" |
Definition at line 55 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_Name "huerta" |
Definition at line 50 of file huertaerrorestimator.h.
#define _IFT_HuertaErrorEstimator_normtype "normtype" |
Definition at line 51 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_perfectCSect "perCSect" |
Definition at line 57 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_refinelevel "refinelevel" |
Definition at line 52 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_requirederror "requirederror" |
Definition at line 53 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_skipsteps "skipsteps" |
Definition at line 54 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimator_werror "werror" |
Definition at line 56 of file huertaerrorestimator.h.
Referenced by oofem::HuertaErrorEstimator::initializeFrom().
#define _IFT_HuertaErrorEstimatorInterface_coords "coords" |
Definition at line 74 of file huertaerrorestimator.h.
#define _IFT_HuertaRemeshingCriteria_minelemsize "minelemsize" |
Definition at line 66 of file huertaerrorestimator.h.
Referenced by oofem::HuertaRemeshingCriteria::initializeFrom().
#define _IFT_HuertaRemeshingCriteria_noremesh "noremesh" |
Definition at line 67 of file huertaerrorestimator.h.
Referenced by oofem::HuertaRemeshingCriteria::initializeFrom().
#define _IFT_HuertaRemeshingCriteria_refinecoeff "refinecoeff" |
Definition at line 69 of file huertaerrorestimator.h.
Referenced by oofem::HuertaRemeshingCriteria::initializeFrom().
#define _IFT_HuertaRemeshingCriteria_requirederror "requirederror" |
Definition at line 65 of file huertaerrorestimator.h.
Referenced by oofem::HuertaRemeshingCriteria::initializeFrom().
#define _IFT_HuertaRemeshingCriteria_werror "werror" |
Definition at line 68 of file huertaerrorestimator.h.
Referenced by oofem::HuertaRemeshingCriteria::initializeFrom().