|
OOFEM 3.0
|
#include "oofemenv.h"#include "intarray.h"#include "range.h"#include "inputrecord.h"#include <list>Go to the source code of this file.
Classes | |
| class | oofem::OutputManager |
Namespaces | |
| namespace | oofem |
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().