From 778ee5ae1670bf266be72c302a06427ec518cb8b Mon Sep 17 00:00:00 2001 From: Stefan Meggendorfer <stefan.meggendorfer@gmail.de> Date: Tue, 16 Jul 2024 13:08:26 +0200 Subject: [PATCH] [ex][grids] update slides --- slides/grid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/grid.md b/slides/grid.md index d6635a5b..156990b2 100644 --- a/slides/grid.md +++ b/slides/grid.md @@ -23,6 +23,8 @@ Implementations of the Dune grid interface * **SubGrid** (meta-grid, turn subdomain into grid) * **GeometryGrid** (meta-grid, grid by coordinate transformation) +[Overview of grid features](https://www.dune-project.org/doc/grids/) + ## Create grid * Set grid types via properties specialization: -- GitLab