GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Adapter around a Dune::GridFactory to be compatible with GridFormat::Concepts::GridFactory. Can be used to export a grid from a reader directly into a Dune::GridFactory. For instance: More...
#include <dune.hpp>
Public Types | |
using | ctype = typename Grid::ctype |
using | DuneFactory = ::Dune::GridFactory< Grid > |
Static Public Attributes | |
static constexpr int | space_dim = Grid::dimensionworld |