Commits (9)
-
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.
8dc33b75 -
Lukas Riedel authored
Google test for unit tests Closes #152 See merge request !159
d4d9932d -
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.
dee56870 -
Santiago Ospina De Los Ríos authored
Add model factory and reduce number of pre-compiled model instances See merge request !144
58abcd50 -
Santiago Ospina De Los Ríos authored31a15e65
-
Santiago Ospina De Los Ríos authored
Hotfix: Docker with wrong build dune-env image See merge request !160
3dcbd170 -
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).
2c263469 -
Lukas Riedel authored
Resolve "Add upwinding option to Richards FV solver" Closes #153 See merge request !161
373885e6 -
Lukas Riedel authored0bf736c8
Showing