OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/ErrorEstimators/zzerrorestimator.h"
#include "../sm/Elements/structuralelement.h"
#include "../sm/Materials/structuralmaterial.h"
#include "domain.h"
#include "dofmanager.h"
#include "element.h"
#include "gausspoint.h"
#include "floatarray.h"
#include "floatmatrix.h"
#include "mathfem.h"
#include "zznodalrecoverymodel.h"
#include "sprnodalrecoverymodel.h"
#include "timestep.h"
#include "integrationrule.h"
#include "feinterpol.h"
#include "connectivitytable.h"
#include "errorestimatortype.h"
#include "classfactory.h"
#include "engngm.h"
#include "parallelcontext.h"
#include <vector>
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. | |
Functions | |
oofem::REGISTER_ErrorEstimator (ZZErrorEstimator, EET_ZZEE) | |