35 #ifndef gpexportmodule_h_ 36 #define gpexportmodule_h_ 45 #define _IFT_GPExportModule_Name "gpexportmodule" 46 #define _IFT_GPExportModule_vartypes "vars" 47 #define _IFT_GPExportModule_ncoords "ncoords" 72 virtual void doOutput(
TimeStep *tStep,
bool forcedOutput =
false);
73 virtual void initialize();
74 virtual void terminate();
80 FILE *giveOutputStream(
TimeStep *tStep);
84 #endif // gpexportmodule_h_ IntArray vartypes
Identification numbers of variables to be exported.
int ncoords
Number of coordinates to be exported (at each Gauss point)
virtual const char * giveInputRecordName() const
virtual const char * giveClassName() const
Returns class name of the receiver.
Represents export output module - a base class for all output modules.
Class implementing an array of integers.
#define _IFT_GPExportModule_Name
IRResultType
Type defining the return values of InputRecord reading operations.
Represents GP (Gauss point) export module.
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.
Class representing solution step.