Loading docs/grid/io.md +9 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,15 @@ using Grid = Dune::UGGrid<2>; auto grid = Dune::GmshReader<Grid>::read("mesh.msh"); ``` !!! note `dune-uggrid` is not part of the core modules installed by default via `./setup-env.sh`. If you need the Gmsh + `UGGrid` workflow, install it explicitly: ```bash ./setup-env.sh --install dune-uggrid ``` You can then work on: ```cpp Loading Loading
docs/grid/io.md +9 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,15 @@ using Grid = Dune::UGGrid<2>; auto grid = Dune::GmshReader<Grid>::read("mesh.msh"); ``` !!! note `dune-uggrid` is not part of the core modules installed by default via `./setup-env.sh`. If you need the Gmsh + `UGGrid` workflow, install it explicitly: ```bash ./setup-env.sh --install dune-uggrid ``` You can then work on: ```cpp Loading