- 08 Sep, 2019 1 commit
-
-
Lukas Riedel authored
* Add new deploy job creating an environment for every release branch, merge request, and the master branch. * Add environment stop job removing the environment after it has been stopped (happens automatically if branch is deleted).
-
- 10 Aug, 2019 1 commit
-
-
Lukas Riedel authored
Resolve "Follow-up from "Resolve "Add upwinding option to Richards FV solver""" Closes #159 See merge request !162
-
- 09 Aug, 2019 3 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Resolve "Add upwinding option to Richards FV solver" Closes #153 See merge request !161
-
Lukas Riedel authored
Run ODE tests now with upwinding options of FV and DG solver where a change of the residual tolerance limit was not necessary. Several adjustments were made to make applying local operator options easier: * Remove 'EXPERIMENTAL_DG_FEATURES' option. Settings in config file now apply by default. * Move previously experimental options to 'richards.numerics' section. * Rename settings 'method' to 'DGMethod' and 'weights' to 'DGWeights'. * Fix typo: Rename OOB to OBB scheme (Oden, Babuska, Baumann).
-
- 11 Jul, 2019 4 commits
-
-
Santiago Ospina De Los Ríos authored
Hotfix: Docker with wrong build dune-env image See merge request !160
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Add model factory and reduce number of pre-compiled model instances See merge request !144
-
Lukas Riedel authored
ModelFactory currently compiles separately, i.e., without linkage to the 'impl' library. This vastly reduces the amount of code in the main function.
-
- 04 Jul, 2019 2 commits
-
-
Lukas Riedel authored
Google test for unit tests Closes #152 See merge request !159
-
Lukas Riedel authored
* Include latest version of Google Test as Git Submodule. * Link Google Test to all DORiE unit tests. This has no effect if its header file is not included. * Enable testing in DORiE if dune-testtools is found. * Update SimulationBase unit test to work with Google Test. * Add Doxygen docs on unit testing. * Update README.md.
-
- 16 May, 2019 2 commits
-
-
Lukas Riedel authored
Merge branch '154-linear-interpolator-only-works-for-minimal-shapes-and-trivial-extensions' into 'master' Resolve "Linear interpolator only works for minimal shapes and trivial extensions" Closes #154 See merge request !156
-
Lukas Riedel authored
Fetch the enclosing multi indices with the coordinates in mesh units, not physical units. Improve the unit test to cover more complicated cases, thus ensuring that the interpolator works as intended.
-
- 08 May, 2019 6 commits
-
-
Lukas Riedel authored
Resolve "Add a Finite Volume local operator for the Richards equation" Closes #137 See merge request !132
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
- 06 May, 2019 3 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Const all the things!
-
Lukas Riedel authored
* Mention FV and DG solver options in Feature Overview. * Update default parameter descriptions on 'FEorder' and 'vertex data'. * Adjust Richards FV local operator docstrings - Add RichardsDGTemporalOperator to Richards model doc module. - Add [out] tags to residual arguments. - Use regular comment scheme when comments surpassed line limit.
-
- 29 Apr, 2019 1 commit
-
-
Santiago Ospina De Los Ríos authored
[Doc] Fix Gauss equation in initial condition documentation See merge request !154
-
- 26 Apr, 2019 1 commit
-
-
Lukas Riedel authored
Also sanitize the variable for the variance and fix the quantity of the initial condition which depends on the spatial dimensions.
-
- 25 Apr, 2019 5 commits
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Resolve "Add linear interpolator and use it for scaling fields" Closes #121 See merge request !145
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Update rfg to randomfield v2.6 Closes #150 See merge request !153
-
- 24 Apr, 2019 8 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
Meta-ini system tests runs all converters and two covariance options in 2D and 3D and writes all into the same output file. * Add meta-ini file for test and register it. * Add empty dorie_pfg testtools Python module. * Build dorie-rfg executable in CI system-tests build job.
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Adapt new template signature of RandomField class. * Convert indentation to spaces. * Remove unnecessary includes. * Switch from 'switch' to 'if...else'.
-
Lukas Riedel authored
Resolve "DORiE installation not working with newest dune-randomfield master" Closes #150 See merge request !151
-
Santiago Ospina De Los Ríos authored
* Update Dockerfile for base image * Bump Docker base image to v1.2 * Update version info in README.md * Update CHANGELOG.md
-
- 23 Apr, 2019 3 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
* Create docs page for interpolators. * Add more information on difference between nearest-neighbor and linear interpolator. * Fix explanation of required interpolator keys in parameter file docs.
-
Lukas Riedel authored
-