OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"
#include "intarray.h"
#include "inputrecord.h"
#include "range.h"
#include "set.h"
#include <list>
Go to the source code of this file.
Classes | |
class | oofem::ExportModule |
Represents export output module - a base class for all output modules. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for export module | |
#define | _IFT_ExportModule_tstepall "tstep_all" |
#define | _IFT_ExportModule_tstepstep "tstep_step" |
#define | _IFT_ExportModule_tstepsout "tsteps_out" |
#define | _IFT_ExportModule_subtstepsout "subtsteps_out" |
#define | _IFT_ExportModule_domainall "domain_all" |
#define | _IFT_ExportModule_domainmask "domain_mask" |
#define | _IFT_ExportModule_regionsets "regionsets" |
#define | _IFT_ExportModule_timescale "timescale" |
#define _IFT_ExportModule_domainall "domain_all" |
Definition at line 52 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_domainmask "domain_mask" |
Definition at line 53 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_regionsets "regionsets" |
Definition at line 54 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_subtstepsout "subtsteps_out" |
Definition at line 51 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_timescale "timescale" |
Definition at line 55 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_tstepall "tstep_all" |
Definition at line 48 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_tstepsout "tsteps_out" |
Definition at line 50 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().
#define _IFT_ExportModule_tstepstep "tstep_step" |
Definition at line 49 of file exportmodule.h.
Referenced by oofem::ExportModule::initializeFrom().