Skip to content
Snippets Groups Projects
Commit d9ea0f6c authored by Martin Schneider's avatar Martin Schneider
Browse files

Merge branch 'cleanup/model' into 'master'

[ex][model] Add link to exercise

See merge request !261
parents b561caf7 3d7c4536
No related branches found
No related tags found
1 merge request!261[ex][model] Add link to exercise
Pipeline #47102 passed
...@@ -199,7 +199,7 @@ namespace Dumux::Properties { ...@@ -199,7 +199,7 @@ namespace Dumux::Properties {
``` ```
## Model type tag ## 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. All properties related to the desired model can be attributed using the property type tag.
```cpp ```cpp
...@@ -255,3 +255,5 @@ Implementation of a **nonlinear diffusion model** for denoising of an MRI image ...@@ -255,3 +255,5 @@ Implementation of a **nonlinear diffusion model** for denoising of an MRI image
- Set model properties - Set model properties
- Use model in test case - Use model in test case
- Customize volume variables - 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment