- 01 Jul, 2020 1 commit
-
-
Lukas Riedel authored
This selects the BCGS_AMG_SSOR linear solver backend for FV computations in both the Richards and the Transport model.
-
- 14 May, 2020 5 commits
-
-
Lukas Riedel authored
Fix error from merge conflict resolution [skip ci]
-
Lukas Riedel authored
Post Release: 2.0.0 See merge request !202
-
Lukas Riedel authored
* Bump versions to v2.1-pre. * Fix post release MR description template. * Add new "Unreleased" section to CHANGELOG.md
-
Lukas Riedel authored
Pre Release: 2.0.0 See merge request !201
-
Lukas Riedel authored
* Bump version numbers. * Update default image versions in Dockerfiles. * Improve MR and issue description templates for releases.
-
- 13 May, 2020 3 commits
-
-
Santiago Ospina De Los Ríos authored
Resolve "Remove superfluous folders and files" Closes #191 See merge request !200
-
Santiago Ospina De Los Ríos authored
Resolve "Refactor CHANGELOG.md before v2.0 release" Closes #190 See merge request !199
-
Lukas Riedel authored
Merge items in "Changed" and "Fixed" with related items in "Added". Add issue numbers to items in "Fixed" where applicable.
-
- 08 May, 2020 1 commit
-
-
Lukas Riedel authored
* Remove unused test files. * Remove unused directories. * Remove Makefile.am files. * Clean up CMake source code by deleting out-commented tests.
-
- 29 Apr, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Merge branch '187-time-step-restriction-by-boundary-conditions-differs-between-processors' into 'master' Resolve "Time step restriction by boundary conditions differs between processors" Closes #187 See merge request !197
-
Lukas Riedel authored
Use warning paragraphs in doxygen docs to inform about non-collective methods of BoundaryConditionManager and TimeStepController.
-
- 27 Apr, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Resolve "Set water content as initial condition" Closes #148 See merge request !187
-
Lukas Riedel authored
* Implement matric head grid function adapter transforming water content into matric head. * Add parameterization functions necessary to compute matric head from water content. * Use shared_ptr when using instances of initial condition objects in models.
-
- 14 Apr, 2020 2 commits
-
-
Lukas Riedel authored
Revert "Merge branch '186-sphinx-v3-0-incompatible-to-breathe-plugin' into 'master'" See merge request !196
-
Lukas Riedel authored
This reverts merge request !195
-
- 07 Apr, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Merge branch '174-document-model-solver-loop-and-time-step-adaptation-schemes-in-user-manual' into 'master' Resolve "Document model solver loop and time step adaptation schemes in user manual" Closes #174 See merge request !190
-
Lukas Riedel authored
-
- 06 Apr, 2020 7 commits
-
-
Santiago Ospina De Los Ríos authored
Resolve "Update contribution guide" Closes #183 See merge request !194
-
Lukas Riedel authored
* Update information on how to register in GitLab instance. * Add new guidelines for reporting bugs and planning implementation. * Add section on creating releases.
-
Santiago Ospina De Los Ríos authored
Upgrade vendored submodules to latest versions Closes #184 See merge request !192
-
Lukas Riedel authored
* Update `spdlog` to latest version of branch `v1.x`. * Update `googletest` to latest version of branch `master`.
-
Lukas Riedel authored
Resolve "Sphinx v3.0 incompatible to Breathe plugin" Closes #186 See merge request !195
-
Lukas Riedel authored
Sphinx v3.0 was just released and the plugins used by this project are partially incompatible to the latest version.
-
Lukas Riedel authored
Resolve "Use runner tags to reflect different runner categories" Closes #185 See merge request !193
-
- 03 Apr, 2020 1 commit
-
-
Lukas Riedel authored
-
- 31 Mar, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Resolve "Add Outflow boundary condition for Richards model" Closes #182 See merge request !191
-
Lukas Riedel authored
* Outflow BC is a variant of the Dirichlet BC where only negative fluxes (out of the domain) are applied. Positive fluxes are ignored and effectively yield a no flow BC. * Enable "Outflow" as Richards model BC.
-
- 26 Feb, 2020 4 commits
-
-
Santiago Ospina De Los Ríos authored
Small improvements to user manual See merge request !185
-
Lukas Riedel authored
* Moved `COPYING.md`, `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, and `LICENSE` (download only) into user manual #177. * Fixed formatting of GMSH command #177. * Fixed various links in existing documentation. * Updated link to user manual in CLI. * Added hints on cook book to `README.md` and user manual index. * Fix render of `README.md` tables in user manual.
-
Santiago Ospina De Los Ríos authored
Resolve "Add cookbook example on how to use the random field generator" Closes #179 See merge request !184
-
Lukas Riedel authored
Explain basics of random field generation and include two main use cases, Miller-similar media and heterogeneous media. Add input files for theses cases and include excerpts into the docs. Images are already uploaded to the DORiE repository Wiki.
-
- 30 Jan, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Update default simulation config files See merge request !183
-
Lukas Riedel authored
Set default output paths and file names for both models
-
- 27 Jan, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Resolve "Add DG local operator to the SimulationTransport class" Closes #111 See merge request !112
-
Santiago Ospina De Los Ríos authored
Additionally, it updates documentation, targets, and factories related to the polynomial degree of the transport model.
-
- 10 Jan, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Merge branch '171-negative-solute-concentrations-when-pulses-pass-through-soil-layer-interfaces' into 'master' Resolve "Negative solute concentrations when pulses pass through soil layer interfaces" Closes #171 See merge request !181
-
Lukas Riedel authored
This introduces an option for a heuristic time step reduction scheme: If the solution contains negative values, it is discarded, the time step is reduced, and the computation is repeated.
-
- 07 Jan, 2020 2 commits
-
-
Santiago Ospina De Los Ríos authored
Resolve "Follow-up from "Resolve "Add steady state as initial condition""" Closes #173 See merge request !182
-
Lukas Riedel authored
-