- 06 Feb, 2019 4 commits
-
-
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 12 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
-
Lukas Riedel authored
-
- 30 Jan, 2019 6 commits
-
-
Lukas Riedel authored
...because the last commit did not fix the bug
-
Lukas Riedel authored
This fixes a bug where CMake 3.10 could not set interface include dirs through `target_include_directories`, see https://gitlab.kitware.com/cmake/cmake/issues/15689
-
Lukas Riedel authored
Use the regular find algorithm and define a custom imported target. This effectively reverts the last three commits.
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Rename find module to 'Findmuparser.cmake' * Use PkgConfig to get config information and define target * Add target to DUNE_LIBS instead of plain library
-
- 29 Jan, 2019 2 commits
-
-
Lukas Riedel authored
Resolve "use DGPk instead of OPB finite elements" Closes #117 See merge request !125
-
Lukas Riedel authored
Merge branch '117-use-dgpk-instead-of-opb-finite-elements' of ssh://ts-gitlab.iup.uni-heidelberg.de:10022/dorie/dorie into 117-use-dgpk-instead-of-opb-finite-elements
-