- May 25, 2016
-
-
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
-
- Apr 07, 2016
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
* Clarify program flow * Drop unused variables * Remove superfluous semicolons * White space changes
-
- Apr 06, 2016
-
-
Bernd Flemisch authored
[fix][fvelementgeometry][box] Replace double bracket with single bracket For the one-dimensional case the double curly brackets seem to result in an error because it actually tries to assign an initializer list of size 2 to a GlobalPosition of size 1. For larger FieldVectors the double bracket operator seems to be required by the compiler. See merge request !138
-
Timo Koch authored
For the one-dimensional case the double curly brackets seem to result in an error because it actually tries to assign an initializer list of size 2 to a GlobalPosition of size 1. For larger FieldVectors the double bracket operator seems to be required by the compiler.
-
- Apr 04, 2016
-