OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "interface.h"
#include "remeshingcrit.h"
#include "floatarray.h"
#include "statecountertype.h"
#include <map>
Go to the source code of this file.
Classes | |
class | oofem::DirectErrorIndicatorRC |
The class is an implementation of "direct" remeshing criteria, which maps the error indication, which is usually the value of observed internal variable to the corresponding required element size. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DirectErrorIndicatorRC | |
#define | _IFT_DirectErrorIndicatorRC_minlim "minlim" |
#define | _IFT_DirectErrorIndicatorRC_maxlim "maxlim" |
#define | _IFT_DirectErrorIndicatorRC_mindens "mindens" |
#define | _IFT_DirectErrorIndicatorRC_maxdens "maxdens" |
#define | _IFT_DirectErrorIndicatorRC_defdens "defdens" |
#define | _IFT_DirectErrorIndicatorRC_remeshingdensityratio "remeshingdensityratio" |
#define _IFT_DirectErrorIndicatorRC_defdens "defdens" |
Definition at line 51 of file directerrorindicatorrc.h.
Referenced by oofem::DirectErrorIndicatorRC::initializeFrom().
#define _IFT_DirectErrorIndicatorRC_maxdens "maxdens" |
Definition at line 50 of file directerrorindicatorrc.h.
Referenced by oofem::DirectErrorIndicatorRC::initializeFrom().
#define _IFT_DirectErrorIndicatorRC_maxlim "maxlim" |
Definition at line 48 of file directerrorindicatorrc.h.
Referenced by oofem::DirectErrorIndicatorRC::initializeFrom().
#define _IFT_DirectErrorIndicatorRC_mindens "mindens" |
Definition at line 49 of file directerrorindicatorrc.h.
Referenced by oofem::DirectErrorIndicatorRC::initializeFrom().
#define _IFT_DirectErrorIndicatorRC_minlim "minlim" |
Definition at line 47 of file directerrorindicatorrc.h.
Referenced by oofem::DirectErrorIndicatorRC::initializeFrom().
#define _IFT_DirectErrorIndicatorRC_remeshingdensityratio "remeshingdensityratio" |
Definition at line 52 of file directerrorindicatorrc.h.
Referenced by oofem::DirectErrorIndicatorRC::initializeFrom().