From e148793895300270d3038fd2146309cda3dd2c14 Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Thu, 30 Mar 2023 17:51:10 +0000 Subject: [PATCH] [readme] Add model exercise --- exercises/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/exercises/README.md b/exercises/README.md index c1294d66..f5e0ec59 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -44,6 +44,16 @@ This exercise guides you through the following tasks: In this exercise, you learn how to adjust the properties in order to use a customized local residual. + +### [:open_file_folder: Model](./exercise-model/README.md) + +This exercise covers the implementation of new models DuMu<sup>x</sup>. You learn + +* how to design a nonlinear diffusion equation model from scratch (almost) +* how to implement a local residual using the a minimal model design +* use DuMu<sup>x</sup> to denoise an image (!) + + ### [:open_file_folder: Fluid systems](./exercise-fluidsystem/README.md) This exercise covers the handling of phases and components in DuMu<sup>x</sup>. You learn @@ -52,6 +62,7 @@ This exercise covers the handling of phases and components in DuMu<sup>x</sup>. * how to implement a new fluidsystem, * and how to change the wettability of the porous medium. + ### [:open_file_folder: Dune module](./exercise-dunemodule/README.md) You learn how to -- GitLab