- Jun 28, 2016
-
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
-
- Jun 09, 2016
-
-
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
-
- 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
-
Christoph Grüninger authored
- May 04, 2016
-
-
Christoph Grüninger authored
Add explicit std namespace specifier to std::isnan Without `std::` these erros out for me (clang-3.8 / ubuntu 16.04) See merge request !148
-
Timo Koch authored
-
Christoph Grüninger authored
With C++14 we will be able to mark even more functions as constexpr, too.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Enables in-class initializer
-