OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "zznodalrecoverymodel.h"
#include "timestep.h"
#include "element.h"
#include "dofmanager.h"
#include "gausspoint.h"
#include "integrationrule.h"
#include "feinterpol.h"
#include "mathfem.h"
#include "error.h"
#include "engngm.h"
#include "classfactory.h"
#include <sstream>
#include <set>
#include "problemcomm.h"
#include "communicator.h"
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 | ZZNRM_ZERO_VALUE 1.e-12 |
Functions | |
oofem::REGISTER_NodalRecoveryModel (ZZNodalRecoveryModel, NodalRecoveryModel::NRM_ZienkiewiczZhu) | |
#define ZZNRM_ZERO_VALUE 1.e-12 |
Definition at line 56 of file zznodalrecoverymodel.C.
Referenced by oofem::ZZNodalRecoveryModel::recoverValues().