- 22 Feb, 2019 9 commits
-
-
Lukas Riedel authored
* Install package `python3-vtk7`. * Disable command line prompts while installing packages. * Do not install recommended packages.
-
Lukas Riedel authored
-
Lukas Riedel authored
* Install python3-vtk7 non-interactively. * Install libxt-dev to see if this suffices.
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Add 'pytest' to dependencies for Python module. * Add test for VTKReader. - Add testing .vtu files. * Define Python test target.
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
Also fix a bug where cell data arrays would be ignored.
-
- 20 Feb, 2019 2 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Capabilities: * Load any VTK XML file containing a VTK DataSet. * Evaluate data arrays of cell or point (vertex) data. * Select data arrays by name. * Return data set bounds.
-
- 15 Feb, 2019 2 commits
-
-
Lukas Riedel authored
Resolve "Implement a class for initial conditions from HDF5 data" Closes #133 See merge request !130
-
Lukas Riedel authored
[skip ci]
-
- 14 Feb, 2019 5 commits
-
-
Lukas Riedel authored
* Reformat restart.rst and add warning about WIP state. * Include TODOs into user docs output. * Include restart.rst into toctree.
-
Lukas Riedel authored
-
Lukas Riedel authored
Merge and update user docs.
-
Lukas Riedel authored
Add test case for initial condition from H5 data file
-
Lukas Riedel authored
* Datafile is specified by "initial.file". * Interpolation type is specified by "initial.interpolation".
-
- 13 Feb, 2019 2 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Move code previously located in the ScalingAdapter base class into the InterpolatorFactory. Destinguish between YAML nodes and Dune ParameterTree nodes.
-
- 06 Feb, 2019 8 commits
-
-
Lukas Riedel authored
Merge delete command into single line because Docker does not accept multi-line strings
-
Lukas Riedel authored
Resolve "Couple the TransportSimulation with RichardsSimulation" Closes #72 and #101 See merge request !96
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
Fix formulae formatting. Add brief descriptions for models. [skip ci]
-
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 4 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
-