|
dune-grid
2.4.1
|
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
The program's usage is as follows:
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References Dune::Grid< dim, dimworld, ct, GridFamily >::dimension, Dune::GridView< ViewTraits >::indexSet(), Dune::Grid< dim, dimworld, ct, GridFamily >::leafGridView(), Dune::GmshReader< GridType >::read(), Dune::IndexSet< GridImp, IndexSetImp, IndexTypeImp, TypesImp >::size(), and Dune::DGFWriter< GV >::write().
1.8.11