bool ExportGridToUG_2D(Grid &grid, const char *fileName, const char *lgmName, const char *problemName, int convex, SubsetHandler *psh)
exports a grid to a 2d lgm / ng file combination.
Definition: file_io_ug.cpp:858
bool ExportGridToUG(const Grid &g, const SubsetHandler &shFace, const SubsetHandler &shVolume, const char *fileNamePrefix, const char *lgmName, const char *problemName, int convex)
converts tetgen files (*.node, *.face and *.ele) to UG files (*.lgm, *.ng)
Definition: file_io_ug.cpp:99