dune-grid
2.4.1
|
Write Gmsh mesh file. More...
#include <dune/grid/io/file/gmshwriter.hh>
Write Gmsh mesh file.
Write a grid using the given GridView as an ASCII Gmsh file of version 2.0.
If the grid contains an element type not supported by gmsh an IOError exception is thrown.
Boundary segments are ignored.
All grids in a gmsh file live in three-dimensional Euclidean space. If the world dimension of the grid type that you are writing is less than three, the remaining coordinates are set to zero.