Go to the source code of this file.
|
bool | ug::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) More...
|
|
bool | ug::ExportGridToUG_2D (Grid &grid, const char *fileName, const char *lgmName, const char *problemName, int convex, SubsetHandler *psh=NULL) |
| exports a grid to a 2d lgm / ng file combination. More...
|
|