|
dune-grid
2.3.1
|
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
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[] | ||
| ) |
References Dune::Grid< dim, dimworld, ct, GridFamily >::dimension, Dune::Grid< dim, dimworld, ct, GridFamily >::globalRefine(), Dune::GridView< ViewTraits >::indexSet(), Dune::Grid< dim, dimworld, ct, GridFamily >::leafView(), Dune::IndexSet< GridImp, IndexSetImp, IndexTypeImp >::size(), and Dune::DGFWriter< GV >::write().
1.8.7