- 14 Feb, 2019 3 commits
-
-
Lukas Riedel authored
Merge and update user docs.
-
Lukas Riedel authored
Add test case for initial condition from H5 data file
-
Lukas Riedel authored
* Datafile is specified by "initial.file". * Interpolation type is specified by "initial.interpolation".
-
- 13 Feb, 2019 2 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Move code previously located in the ScalingAdapter base class into the InterpolatorFactory. Destinguish between YAML nodes and Dune ParameterTree nodes.
-
- 06 Feb, 2019 8 commits
-
-
Lukas Riedel authored
Merge delete command into single line because Docker does not accept multi-line strings
-
Lukas Riedel authored
Resolve "Couple the TransportSimulation with RichardsSimulation" Closes #72 and #101 See merge request !96
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
Fix formulae formatting. Add brief descriptions for models. [skip ci]
-
Lukas Riedel authored
Use enable_if instead of run-time exception.
-
Lukas Riedel authored
The constructors properly initialize the asserted objects. There is no point in the code where they can be replaced by empty/null pointers.
-
Lukas Riedel authored
* Remove transport model constructor expecting grid functions * Remove transport local operator constructors expecting grid functions. This completely removes any validity checking from the local operators! * Add more verbose error message to TransportSimulation::step() if grid functions are not properly set.
-
Lukas Riedel authored
Use enable_if instead of throwing at run-time
-
- 05 Feb, 2019 1 commit
-
-
Lukas Riedel authored
* Data I/O: Fix formatting. At units of output quantities. * Features: Add formula for total solute. Sanitize line lengths [skip ci]
-
- 03 Feb, 2019 7 commits
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
[ci-skip]
-
Santiago Ospina De Los Ríos authored
[ci-skip]
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
* In order to ensure const-correctness, we instead copy the whole parameterization into a new shared pointer whenever a state is being exported.
-
- 01 Feb, 2019 8 commits
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Merge remote-tracking branch 'origin/master' into 101-couple-the-transportsimulation-with-richardssimulation
-
Lukas Riedel authored
Resolve "Add muparser to the installation guide" Closes #141 See merge request !140
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
Merge request !131 renamed the library containing the Richards simulation objects.
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Rios authored
[ci-skip]
-
- 31 Jan, 2019 11 commits
-
-
Lukas Riedel authored
Resolve "Implement a class for initial conditions from analytic functions" Closes #134 See merge request !131
-
Lukas Riedel authored
'h' was set to the wrong coordinate.
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
Update default parameters
-
Lukas Riedel authored
Use semantic versioning for dune-env Docker image tags See merge request !139
-
Lukas Riedel authored
-
Lukas Riedel authored
Introduce variable 'h' which is synonymous to 'y' in 2D and 'z' in 3D.
-
Lukas Riedel authored
* Add method for handling parser errors * Use try-catch-block for every parser evaluation * Rename position cache variable * Zero-initialize position cache
-
Lukas Riedel authored
Add information on version scheme of DUNE environment image
-
Lukas Riedel authored
Image version now obeys semantic versioning, to allow for changes which are not backwards compatible. Notice that the image version now has no relation to the DUNE version.
-
Lukas Riedel authored
-