- 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
-
- Mar 22, 2017
-
-
Gabi Seitz authored
-
- Feb 09, 2017
-
-
- Dec 29, 2016
-
-
Martin Beck authored
Fix/restart and episodes For me it would be more intuitive to first advance the time level and then do all the processing and file writing. However this is more complicated, therefore I shifted the restart stuff to the same level as the vtk output stuff. See merge request !310
-
- Dec 21, 2016
-
-
Thomas Fetzer authored
-
- Nov 15, 2016
-
-
Timo Koch authored
-
- Jul 26, 2016
-
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-
Thomas Fetzer authored
this means * the first vtk (normally the initial solution) is *-00000.vtu * if all timesteps are writen the time step number and vtk number correspond
-
- Jun 28, 2016
-
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
-
- Apr 29, 2016
-
-
Timo Koch authored
-
- Apr 26, 2016
-
-
Timo Koch authored
Add test cases where an intersection * is on an edge * goes through a corner * one-d element is split by face Add timer for intersection computation.
-
- Apr 21, 2016
-
-
Timo Koch authored
* Constructs bounding box tree * Test intersection with points * If dune-foamgrid available tests for intersection with a network * Test all above tests for invariance w.r.t. grid coord scaling Things that could be added in the future: * Test with unstructured grids * Test with different grid managers
-