- Jun 28, 2016
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
- Jun 21, 2016
-
-
Bernd Flemisch authored
I introduced a regularization for the calculation of partial pressures. This is necessary to fix a problem that occured in Taraneh's flumevegas3p3cni example See merge request !154
-
Bernd Flemisch authored
Feature/intersect bboxtrees Add the ability to bounding box trees to intersect with other bounding box trees. Add a test in `dumux/common/boundingboxtree/` testing BBoxTree construction, pointIntersection, treeIntersection. The result is a vector of `BoundingBoxIntersections`. They contain a first and a second element index of the respective first and second boundingBoxTree and the corners in global coordinates of the intersection geometry. This implements only intersection of 3D with 1D elements. However it is possible to add other geometries by implementing the `GeometryCollision` class for e.g. 2D with 1D elements or 3D with 2D elements. Merging this branch would remove the dependency on `dune-grid-glue` in `dumux-multidimension`. It is also a step towards better well models where wells are actually one-dimensional domains intersecting with the bulk grid cells. TODO * [x] Better documentation See merge request !146
-
- Jun 09, 2016
-
-
Thomas Fetzer authored
[timemanager] Add possibility to set a custom maxTimeStepSize() in problem * User can e.g. specify a maxTimeStepSize depending on episodeIdx in problem * Might be useful for problems with initialisation period See merge request !159
-
Thomas Fetzer authored
-
Kilian Weishaupt authored
* User can e.g. specify a maxTimeStepSize depending on episodeIdx in problem * Might be useful for problems with initialisation period
-
Thomas Fetzer authored
Add subfolders codeutil and doc
-
Kilian Weishaupt authored
[plotmateriallaw] Remove superfluous checking warning Now the values are checked directly and only finite values are passed to gnuplot See merge request !158
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Jun 08, 2016
-
-
Kilian Weishaupt authored
* The 3p kr() requires different arguments as the 2p kr() * Wrong vector was pushed back
-
Thomas Fetzer authored
Now the values are checked directly and only finite values are passed to gnuplot
-
- Jun 07, 2016
-
-
Christoph Grüninger authored
-
- Jun 06, 2016
-
-
Christoph Grüninger authored
Fix/multidomainreferencesolutions See merge request !157
-
Thomas Fetzer authored
-
Thomas Fetzer authored
The reference solutions have been changed because of the previous commit (change pointers to shared pointers)
-
- Jun 03, 2016
-
-
Christoph Grüninger authored
[multidomain][CHANGELOG.md] Fix segfault resulting from not using shared pointers for elements I love shared pointers ... See merge request !155
-
Thomas Fetzer authored
-
- Jun 01, 2016
-
-
Holger Class authored
This is necessary to fix a problem that occured in Taraneh's flumevegas3p3cni example
-
- May 31, 2016
-
-
Christoph Grüninger authored
Enforce support for C++-14 * This requires at least Dune 2.4.1. * GCC 4.8 does not match this requirement See merge request !151
-
- May 30, 2016
-
-
Christoph Grüninger authored
* This requires at least Dune 2.4.1. * GCC 4.8 does not match this requirement
-
- May 25, 2016
-
-
Alexander Kissinger authored
[doc][*.opts] Update documentation of gstat * in handbook and doxygen * add hint in the opts file See merge request !153
-
Alexander Kissinger authored
-
Alexander Kissinger authored
-
Thomas Fetzer authored
* in handbook and doxygen * add hint in the opts file
-
Alexander Kissinger authored
Feature/gstat Add gstat support a geostatistic library to generate random permeability and porosity fields. See merge request !152
-
- May 24, 2016
-
-
Timo Koch authored
Add a FieldType enum that controls the field type we generate, e.g. log10, scalar. Could be extended by e.g. tensor in the future. * Remove EntityPointer deprecated in dune2.4 * Use range-based for loops over gridview * Use std::vector instead of blockvector
-
Timo Koch authored
-
Timo Koch authored
The user can set the variable GSTAT_ROOT to the directory where gstat is installed for cmake to search there first before the default paths.
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
This is based on the existing version of gstatrandompermeabilityfield from dumux-devel. It uses the better integration of gstat and should be able to not only generate permeability fields.
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- May 09, 2016
-
-
Christoph Grüninger authored
Thanks Timo for the heads-up
-
Christoph Grüninger authored
-
Christoph Grüninger authored