Skip to content
Snippets Groups Projects
Commit 16527ee3 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

Merge branch 'feature/deprecate-simplex-and-cube-gridcreator' into 'master'

[gridcreator] Deprecate simplex and cube grid creator

Structured grids can be defined (since dumux 2.8 / dune 2.4)
via the input file like follows:

```ini
[Grid]
LowerLeft = 0 0 0
UpperRight = 4 5 6
Cells = 2 2 6
CellType = Simplex
Refinement = 1         # optional
```

Note that Simplex is only available for grids supporting simplices.
For multidomain applications the property GridParameterGroup can be
set in each sub problem if you need to define different grids for
the subdomains in the same input file.

Dgf grids can be set as usual with the default grid creator

```ini
[Grid]
File = my.dgf
```

See merge request !44
parents 91aa4836 fa9e3181
No related branches found
No related tags found
Loading
Loading
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