Function Dune::XT::Grid::make_gmsh_grid

template<class GridType>
auto Dune::XT::Grid::make_gmsh_grid(const Common::Configuration &cfg = GmshGridProviderFactory<GridType>::default_config(), int mpi_comm = <recovery-expr>())

Creates a grid from a gmsh file specified by a configuration object.

template<class GridType>
auto Dune::XT::Grid::make_gmsh_grid(const std::string &filename, int mpi_comm = <recovery-expr>())

Creates a grid from a gmsh file given by filename.