35 #ifndef outputexportmodule_h_ 36 #define outputexportmodule_h_ 44 #define _IFT_OutputExportModule_Name "output" 45 #define _IFT_OutputExportModule_nodeSets "node_sets" 46 #define _IFT_OutputExportModule_elementSets "element_sets" 75 FILE *giveOutputStream();
77 virtual void doOutput(
TimeStep *tStep,
bool forcedOutput =
false);
78 virtual void terminate();
80 virtual const char *
giveClassName()
const {
return "OutputExportModule"; }
84 #endif // outputexportmodule_h_ Standard output for OOFEM.
IntArray nodeSets
Set which contains nodes which should be exported.
virtual const char * giveClassName() const
Returns class name of the receiver.
IntArray elementSets
Set which contains elements which should be exported.
Represents export output module - a base class for all output modules.
Class implementing an array of integers.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual ~OutputExportModule()
virtual const char * giveInputRecordName() const
Abstract base class representing the "problem" under consideration.
the oofem namespace is to define a context or scope in which all oofem names are defined.
#define _IFT_OutputExportModule_Name
Class representing solution step.