Skip to content

WIP: Frature/dune modelling/step-1

Step 1 (1/3) of dune-modelling feature is done in this branch: Dorie is solving problems through dune-modelling interface. No other guarantees are given at this point.

In particular, to run with dune-modelling version, dune-modelling must be installed, otherwise, it will compile with dune-pdelab version.

In order to run dorie in this branch it is necessary to add the following lines in the ini file:

[output]
writeVTK = true # for dune-modelling
[time]
minStep = 0.1 # for dune-modelling

Additionally, it is also necessary to have a file called boundary.richards and a folder called vtk.

These restrictions should be relaxed in step 3.

Edited by Santiago Ospina De Los Ríos

Merge request reports