Function Dune::XT::Grid::make_gmsh_grid

Function template Dune::XT::Grid::make_gmsh_grid

template<class GridType>
auto Dune::XT::Grid::make_gmsh_grid(const Common::Configuration &cfg = GmshGridProviderFactory<GridType>::default_config(), MPIHelper::MPICommunicator mpi_comm = MPIHelper::getCommunicator())

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

Function template Dune::XT::Grid::make_gmsh_grid

template<class GridType>
auto Dune::XT::Grid::make_gmsh_grid(const std::string &filename, MPIHelper::MPICommunicator mpi_comm = MPIHelper::getCommunicator())

Creates a grid from a gmsh file given by filename.