diff --git a/slides/model.md b/slides/model.md index 1b84b16403fc15cff70a31009c8e9b06ef7c90c7..8a7bccbc1506a1d8033559d9b823d5fd6bf8a494 100644 --- a/slides/model.md +++ b/slides/model.md @@ -199,7 +199,7 @@ namespace Dumux::Properties { ``` ## Model type tag -The property type tag is an empty struct with the respective name, e.g. `DiffusionModel`. +The property type tag is an empty struct with the respective name, e.g. `DiffusionModel`. All properties related to the desired model can be attributed using the property type tag. ```cpp @@ -255,3 +255,5 @@ Implementation of a **nonlinear diffusion model** for denoising of an MRI image - Set model properties - Use model in test case - Customize volume variables + +* Go to [Model excercise](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-model#exercise-model-dumux-course) \ No newline at end of file