OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#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>
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | STIFFNESS_TYPE ElasticStiffnessMatrix |
#define | ERROR_EXCESS 0.1 |
#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 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 82 of file huertaerrorestimator.C.
Referenced by oofem::HuertaErrorEstimator::estimateError().
#define MAX_COARSE_RATE 2.0 |
Definition at line 725 of file huertaerrorestimator.C.
Referenced by oofem::HuertaRemeshingCriteria::estimateMeshDensities().
#define MAX_REFINE_RATE 5.0 |
Definition at line 726 of file huertaerrorestimator.C.
#define PRINT_COARSE_ERROR |
Definition at line 106 of file huertaerrorestimator.C.
#define PRINT_ERROR |
Definition at line 89 of file huertaerrorestimator.C.
#define STIFFNESS_TYPE ElasticStiffnessMatrix |
Definition at line 79 of file huertaerrorestimator.C.
Referenced by oofem::HuertaErrorEstimator::solveRefinedElementProblem(), and oofem::HuertaErrorEstimator::solveRefinedWholeProblem().