OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "exportmodule.h"
#include "intarray.h"
#include "internalstatetype.h"
#include "unknowntype.h"
#include <list>
#include <memory>
Go to the source code of this file.
Classes | |
class | oofem::POIExportModule |
Represents POI (Point Of Interest) export module. More... | |
struct | oofem::POIExportModule::POI_dataType |
POIs data structure. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for Point-of-Interest export module | |
#define | _IFT_POIExportModule_Name "poi" |
#define | _IFT_POIExportModule_vars "vars" |
#define | _IFT_POIExportModule_primvars "primvars" |
#define | _IFT_POIExportModule_mtype "mtype" |
#define | _IFT_POIExportModule_poifilename "poifilename" |
#define _IFT_POIExportModule_mtype "mtype" |
Definition at line 51 of file poiexportmodule.h.
Referenced by oofem::POIExportModule::initializeFrom().
#define _IFT_POIExportModule_Name "poi" |
Definition at line 48 of file poiexportmodule.h.
Referenced by oofem::POIExportModule::giveInputRecordName().
#define _IFT_POIExportModule_poifilename "poifilename" |
Definition at line 52 of file poiexportmodule.h.
Referenced by oofem::POIExportModule::initializeFrom().
#define _IFT_POIExportModule_primvars "primvars" |
Definition at line 50 of file poiexportmodule.h.
Referenced by oofem::POIExportModule::initializeFrom().
#define _IFT_POIExportModule_vars "vars" |
Definition at line 49 of file poiexportmodule.h.
Referenced by oofem::POIExportModule::initializeFrom().