ug4
file_io_ug.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

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...