OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"
#include "intarray.h"
#include "range.h"
#include "inputrecord.h"
#include <list>
Go to the source code of this file.
Classes | |
class | oofem::OutputManager |
Represents output manager. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for OutputManager | |
#define | _IFT_OutputManager_Name "outputmanager" |
#define | _IFT_OutputManager_tstepall "tstep_all" |
#define | _IFT_OutputManager_tstepstep "tstep_step" |
#define | _IFT_OutputManager_dofmanall "dofman_all" |
#define | _IFT_OutputManager_elementall "element_all" |
#define | _IFT_OutputManager_tstepsout "tsteps_out" |
#define | _IFT_OutputManager_dofmanoutput "dofman_output" |
#define | _IFT_OutputManager_dofmanexcept "dofman_except" |
#define | _IFT_OutputManager_elementoutput "element_output" |
#define | _IFT_OutputManager_elementexcept "element_except" |
#define _IFT_OutputManager_dofmanall "dofman_all" |
Definition at line 50 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_OutputManager_dofmanexcept "dofman_except" |
Definition at line 54 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom().
#define _IFT_OutputManager_dofmanoutput "dofman_output" |
Definition at line 53 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom().
#define _IFT_OutputManager_elementall "element_all" |
Definition at line 51 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_OutputManager_elementexcept "element_except" |
Definition at line 56 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom().
#define _IFT_OutputManager_elementoutput "element_output" |
Definition at line 55 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom().
#define _IFT_OutputManager_Name "outputmanager" |
Definition at line 47 of file outputmanager.h.
Referenced by oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_OutputManager_tstepall "tstep_all" |
Definition at line 48 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
#define _IFT_OutputManager_tstepsout "tsteps_out" |
Definition at line 52 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom().
#define _IFT_OutputManager_tstepstep "tstep_step" |
Definition at line 49 of file outputmanager.h.
Referenced by oofem::OutputManager::initializeFrom().