Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: Making my own Dune-Module
---
# Custom Dune-Module
## My own workspace?
We all want to implement our own models and create our own test cases.
But where?
## The Dune/Dumux Suite
- dumux
- dumux-course
- dune-alugrid
- dune-common
- dune-foamgrid
- dune-geometry
- dune-grid
- dune-istl
- dune-localfunctions
- dune-subgrid
- dune-uggrid
## The Dune/Dumux Suite -> Custom Dune Module!
- dumux
- dumux-course
- dune-alugrid
- dune-common
- dune-foamgrid
- dune-geometry
- dune-grid
- dune-istl
- dune-localfunctions
- dune-subgrid
- dune-uggrid
- _*my-module*_
## How are these models linked?
```bash
./dune-common/bin/dunecontrol --opts=dumux/cmake.opts all
```
## Adding test cases to an `appl` folder
## Adding/Overwriting source headers in a `dumux` folder
## Exercises:
- Create a new module with the duneproject script
- Run dune control
- Create an appl folder
- Upload to a git repository