|
OOFEM 3.0
|
#include "sm/ErrorEstimators/huertaerrorestimator.h"#include "sm/EngineeringModels/adaptnlinearstatic.h"#include "sm/EngineeringModels/adaptlinearstatic.h"#include "domain.h"#include "node.h"#include "element.h"#include "load.h"#include "floatarray.h"#include "floatmatrix.h"#include "mathfem.h"#include "function.h"#include "timestep.h"#include "metastep.h"#include "integrationrule.h"#include "connectivitytable.h"#include "crosssection.h"#include "dof.h"#include "util.h"#include "eleminterpunknownmapper.h"#include "verbose.h"#include "datastream.h"#include "contextioerr.h"#include "timer.h"#include "calmls.h"#include "nrsolver.h"#include "errorestimatortype.h"#include "classfactory.h"#include "dynamicdatareader.h"#include "dynamicinputrecord.h"#include "heavisidetimefunction.h"#include "outputmanager.h"#include "boundarycondition.h"#include "feinterpol.h"#include "gausspoint.h"#include "unknownnumberingscheme.h"#include <vector>#include <string>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | oofem |
Macros | |
| #define | STIFFNESS_TYPE ElasticStiffnessMatrix |
| #define | ERROR_EXCESS 0.1 |
| #define | PRINT_ERROR |
| #define | INFO |
| #define | EXACT_ERROR |
| #define | PRINT_ERROR |
| #define | PRINT_COARSE_ERROR |
| #define | MAX_COARSE_RATE 2.0 |
| #define | MAX_REFINE_RATE 5.0 |
Functions | |
| oofem::REGISTER_ErrorEstimator (HuertaErrorEstimator, EET_HEE) | |
Variables | |
| static bool | oofem::masterRun = true |
| static bool | oofem::exactFlag = false |
| static bool | oofem::wholeFlag = false |
| static bool | oofem::huertaFlag = false |
| double | oofem::exactENorm |
| double | oofem::coarseUNorm |
| double | oofem::fineUNorm |
| double | oofem::mixedNorm |
| static int | oofem::finePos |
| static FloatArray | oofem::exactFineError |
| static FloatArray | oofem::exactCoarseError |
| static DynamicDataReader | oofem::refinedReader ("huerta") |
| static int | oofem::impCSect |
| static int | oofem::perCSect |
| static FloatArray | oofem::impPos |
| static int | oofem::globalNelems |
| #define ERROR_EXCESS 0.1 |
Definition at line 83 of file huertaerrorestimator.C.
Referenced by oofem::HuertaErrorEstimator::estimateError().
| #define EXACT_ERROR |
Definition at line 95 of file huertaerrorestimator.C.
| #define INFO |
Definition at line 93 of file huertaerrorestimator.C.
| #define MAX_COARSE_RATE 2.0 |
Definition at line 716 of file huertaerrorestimator.C.
Referenced by oofem::HuertaRemeshingCriteria::estimateMeshDensities().
| #define MAX_REFINE_RATE 5.0 |
Definition at line 717 of file huertaerrorestimator.C.
| #define PRINT_COARSE_ERROR |
Definition at line 107 of file huertaerrorestimator.C.
| #define PRINT_ERROR |
Definition at line 90 of file huertaerrorestimator.C.
| #define PRINT_ERROR |
Definition at line 90 of file huertaerrorestimator.C.
| #define STIFFNESS_TYPE ElasticStiffnessMatrix |
Definition at line 80 of file huertaerrorestimator.C.
Referenced by oofem::HuertaErrorEstimator::solveRefinedElementProblem(), and oofem::HuertaErrorEstimator::solveRefinedWholeProblem().