- Jun 03, 2016
-
-
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
-
- Apr 25, 2016
-
-
Alexander Kissinger authored
Cleanup/component indices See merge request !144
-
- Apr 21, 2016
-
-
Christoph Grüninger authored
[material] Add molarMass function and default values to component/constant.hh See merge request !145
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Apr 20, 2016
-
-
Christoph Grüninger authored
[doxygen] Improve documentation of air See merge request !143
-
Thomas Fetzer authored
-
Christoph Grüninger authored
-
- Apr 13, 2016
-
-
Christoph Grüninger authored
* Remove return at end of void method * Remove unused variables
- Apr 11, 2016
-
-
Christoph Grüninger authored
[doc] fix some stuff in handbook and doxygen Handbook: - don't use deprecated Latex commands \it and \bf - use the \Cplusplus macro consistently Doxygen: - put FluidStates group to the right hierarchy level - improve wording See merge request !140
-
Bernd Flemisch authored
Handbook: - don't use deprecated Latex commands \it and \bf - use the \Cplusplus macro consistently Doxygen: - put FluidStates group to the right hierarchy level - improve wording
-
- Apr 08, 2016
-
-
Kilian Weishaupt authored
Cleanup/3pparkervangenuchten * clean up 3p Parker-vanGenuchten * replace MaterialParam by auto in 2p volvars * improve tortuosity code See merge request !139
-