- Nov 17, 2018
-
-
Bernd Flemisch authored
-
- Nov 13, 2018
-
-
Timo Koch authored
-
- Nov 09, 2018
-
-
Timo Koch authored
-
- Nov 02, 2018
-
-
Melanie Lipp authored
-
- Oct 17, 2018
-
-
Timo Koch authored
* Adjust old macro test to only use existing macros * Depracate the header containing the macros (they should be replaced soon) Clues when changing to new property system * NEW_PROP_TAG is now a definition and can only be there once just like NEW_TYPE_TAG - if you're not using macros you can simply use forward declarations of properties whereever needed - for the most properties in dumux the definition is in the header common/properties.hh which can just be included * The order of precedence in INHERITS_FROM is reverse than in the previous implementation - if the macro is used the order is flipped - if you replace the macro you also have to flip the order manually
-
Timo Koch authored
-
- Aug 06, 2018
-
-
Timo Koch authored
-
- Aug 02, 2018
-
-
Martin Schneider authored
-
Timo Koch authored
-
- Jul 25, 2018
-
-
Timo Koch authored
-
- Jun 24, 2018
-
-
Christoph Grüninger authored
-
- May 02, 2018
-
-
- Apr 17, 2018
-
-
- Mar 07, 2018
-
-
Timo Koch authored
-
- Mar 01, 2018
-
-
Timo Koch authored
Lambdas in constexpr are only allowed from C++17. The functions returned from isValid cannot be used in a constexpr context in C++14.
-
- Feb 22, 2018
-
-
Timo Koch authored
-
- Feb 14, 2018
-
-
Timo Koch authored
* isValid can be used to generate a functor that can check whether an operation done with a type is valid * this patch also provides examples in form of a test and documentation
-
- Feb 02, 2018
-
-
Bernd Flemisch authored
-
- Jan 25, 2018
-
-
Dennis Gläser authored
-
-
-
-
Timo Koch authored
-
- Jan 23, 2018
-
-
Thomas Fetzer authored
-
Timo Koch authored
-
- Jan 22, 2018
-
-
Timo Koch authored
In case one dimension is very small take the maximum between the to be tested box dimensions in the corresponding axis direction. There is one corner case left where the epsilon is very small: If there are two bboxes of lines, both parallel in an axis direction, their collision is only detected if the coordinates are an exact match. However, we currently do not see any used case where this might occur.
-
Timo Koch authored
-
- Dec 18, 2017
-
-
Timo Koch authored
* Generalize bounding box tree * Extract intersection algorithms * Fix some epsilon issues in interval (1d) and triangle (2d) point intersection * Adapt point sources to new interface * Adapt fv grid geometry to new interface -> element map moved to basefvgeometry * Improve bounding box tree test
-
- Dec 16, 2017
-
-
- Dec 11, 2017
-
-
Timo Koch authored
-
- Dec 08, 2017
-
-
Kilian Weishaupt authored
* use dumux/common/properties.hh instead of dumux/common/propertysystem.hh
-
- Dec 07, 2017
-
-
Simon Emmert authored
-
- Dec 03, 2017
-
-
Timo Koch authored
-
- Nov 29, 2017
-
-
Timo Koch authored
-
- Nov 21, 2017
-
-
Dennis Gläser authored
-
- Oct 25, 2017
-
-
todo: implemenet tree lookup for the logging tree
-
-
- Apr 06, 2017
-
-
(cherry picked from commit 086170fd)
-
- Mar 23, 2017
-
-
Gabi Seitz authored
-