- 27 Sep, 2018 13 commits
-
-
Lukas Riedel authored
Improve and cleanup H5File See merge request !109
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
Necessary headers were included through 'util_h5file.hh' before.
-
Lukas Riedel authored
Update CI config to use the new runner capabilities See merge request !108
-
Lukas Riedel authored
-
Lukas Riedel authored
Already opened groups were not closed when calling 'open_group' again.
-
Lukas Riedel authored
* Change signature of 'read_dataset' * Throw more exceptions * Update docstrings
-
Lukas Riedel authored
* Class now opens H5 file automatically. * 'open_dataset' can now handle nested dataset paths * Remove H5File::AttributeReader * Remove H5File::file_exists Update GridCreator to comply to new reader
-
Lukas Riedel authored
-
Lukas Riedel authored
Remove 'unit_tests_parallel' target and add parallel unit tests to 'unit_tests' target.
-
Lukas Riedel authored
-
Lukas Riedel authored
Resolve "Implement new parameterization data input" Closes #86 See merge request !82
-
- 26 Sep, 2018 1 commit
-
-
Lukas Riedel authored
Reduce number of CPUs available to DIND runner
-
- 25 Sep, 2018 7 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Use InvalidStateException in 'verify_cache' * Add warning to GridMapper for not load-balancing the grid manually * Improve docstrings of parameterization test * Use faster operator[] in FlowParameters::bind
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Add target 'unit_tests_parallel' * Add two new tests executing two grid creation tests in parallel * Update names of grid creation ini files * Fix bug in test-grid-creation.cc that prevented parallel execution * Add parallel unit tests to existing parallel test job and rename it to 'test:parallel'
-
Lukas Riedel authored
-
- 24 Sep, 2018 10 commits
-
-
Lukas Riedel authored
Update README.md See merge request !107
-
Lukas Riedel authored
Remove section on adding the `dorie` wrapper to the PATH variable from the installation instructions.
-
Lukas Riedel authored
* Mention required input files. * PFG module is optional.
-
Lukas Riedel authored
[ci skip]
-
Lukas Riedel authored
* Delete old parameterization, factory, and parameterization base class * Delete FlowParameters method for copying parameters from the old parameterization instances * Rename 'param_interface.hh' to 'richards_param.hh', to comply to other source files directly related to the local operator. * Rename 'param_richards.hh' to 'param_interface.hh'.
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
'check_parallel_allowed' is now public, returns a boolean and only issues a warning if incompatibilities are detected
-
Lukas Riedel authored
-
Lukas Riedel authored
Grid view does not require memory management
-
- 21 Sep, 2018 7 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Reference test now works based on heterogeneous medium * Add mapping file for test * Update reference muphi output * Slightly raise error tolerance
-
Lukas Riedel authored
Tests are useless because different compilers yield different results. * Removed H5 reference files (were deprecated anyway). * Removed testtools for pfg. * Removed meta ini file.
-
Lukas Riedel authored
-
Lukas Riedel authored
* Use heterogeneous parameterization for tests * Reduce grid size in 3D * Set custom tolerances to 1E-6
-
Lukas Riedel authored
.mini files may specify _abstol and _reltol
-
- 20 Sep, 2018 2 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Include examples for correct GMSH files, and Python script for writing a mapping file.
-