dune-grid 2.9.0
|
a small program converting a gmsh file into a DGF file More...
#include <config.h>
#include <iostream>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/grid/io/file/gmshreader.hh>
#include <dune/grid/io/file/dgfparser/dgfwriter.hh>
Functions | |
int | main (int argc, char *argv[]) |
a small program converting a gmsh file into a DGF file
gmsh2dgf is a small example program for the DGFWriter. It reads a gmsh file into any grid (selected by gridtype.hh) and writes it back as a DGF file.
The program's usage is as follows:
int main | ( | int | argc, |
char * | argv[] | ||
) |