24 #ifndef _GEMA_XFEM_MESHLOADER_H_ 25 #define _GEMA_XFEM_MESHLOADER_H_ 48 GmpMeshLoaderCellAllocator cellAllocator);
virtual ~XfemMeshLoader()
Destructor.
Definition: xfemMeshLoader.h:45
bool loadFractures(LuaTable &table, XfemMesh *mesh)
Loads fracture data, returning false on errors.
Definition: xfemMeshLoader.cpp:292
Basic class for a XFEM mesh. This is the basic mesh interface for xfem problems adding enrichment cap...
Definition: xfemMesh.h:49
bool loadFractureData(LuaTable &table, LuaTable &table2, XfemMesh *mesh)
Loads fracture data, returning false on errors.
Definition: xfemMeshLoader.cpp:379
#define XfemVector
XfemVector is a define and not an "using" clause to avoid linking errors arising from instancing Gema...
Definition: xfemConfig.h:43
virtual bool loadMeshData(LuaTable &table, GmMesh *mesh, GmpMeshData< XfemVector > *nd, GmpCellMeshData< XfemVector > *cd, GmpMeshLoaderCellAllocator cellAllocator)
Overrides the standard GmpMeshLoader::loadMeshData() implementation to also load XFem subelement data...
Definition: xfemMeshLoader.cpp:45
Class responsible for loading mesh data for an XFem mesh.
Definition: xfemMeshLoader.h:37
bool loadSubElements(LuaTable &table, XfemMesh *mesh)
Loads subelement data, returning false on errors.
Definition: xfemMeshLoader.cpp:122
Declaration of usefull configuration definitions for the plugin library.
XfemMeshLoader(GmSimulationData *simulation, const GmLogCategory &logger)
Constructor.
Definition: xfemMeshLoader.h:42