dune-grid 2.9.0
|
a small program converting a DGF file into a DGF file More...
Functions | |
int | main (int argc, char *argv[]) |
a small program converting a DGF file into a DGF file
dgf2dgf is a small example program for the DGFWriter. It reads a DGF file into any grid, optionally refining the grid globally. The leaf grid is then written back as a DGF file.
The program's usage is as follows:
While the program may seem completely useless, it has the following usages:
The source code of this program also demonstrates the easy use of the DGF parser and the DGFWriter.
int main | ( | int | argc, |
char * | argv[] | ||
) |