From 439f3bb70a05373289ec55ec6242ea5d47662ca4 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Tue, 4 Apr 2023 09:36:47 +0000 Subject: [PATCH] put exercises in order as taught at the course --- exercises/README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/exercises/README.md b/exercises/README.md index 443edf94..347b1c06 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -44,16 +44,6 @@ 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 in DuMu<sup>x</sup>. You learn - -* how to design a nonlinear diffusion equation model from scratch (almost) -* how to implement a local residual using 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 @@ -62,7 +52,6 @@ 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 @@ -70,6 +59,14 @@ You learn how to * create a new dune module which depends on the dumux module, * create a new GitLab project. +### [:open_file_folder: Model](./exercise-model/README.md) + +This exercise covers the implementation of new models in DuMu<sup>x</sup>. You learn + +* how to design a nonlinear diffusion equation model from scratch (almost) +* how to implement a local residual using a minimal model design +* use DuMu<sup>x</sup> to denoise an image (!) + ### [:open_file_folder: Coupling free and porous medium flow](./exercise-coupling-ff-pm/README.md) This exercise is related to the [SFB1313 Project Area A](https://www.sfb1313.uni-stuttgart.de/research-areas/) -- GitLab