35 #ifndef t3dinterface_h 36 #define t3dinterface_h 41 #define _IFT_T3DInterface_Name "t3d" 44 #define BMF_FILENAME "t3d.bmf" 64 int t3d_2_OOFEM(
const char *t3dOutFile,
Domain **dNew);
66 int createInput(
Element *e,
char *t3dInFile);
67 int createVTKExportMesh(
const char *t3dOutFile,std::vector<FloatArray> &nodeCoords, std::vector<IntArray> &cellNodes,
IntArray &cellTypes );
69 int createQCInterpolationMesh(
const char *t3dOutFile,std::vector<FloatArray> &nodeCoords, std::vector<IntArray> &cellNodes,
IntArray &cellTypes );
76 #endif // t3dinterface_h
Abstract base class for all finite elements.
Class implementing an array of integers.
The base class representing the interface to mesh generation package.
T3DInterface(Domain *d)
Constructor.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.
virtual ~T3DInterface()
Destructor.
This class represents the interface to t3d mesh generation package.