Cleanup/dune 2.4 features
- Nov 12, 2015
-
-
Martin Schneider authoredd1d284c0
-
- Nov 05, 2015
-
-
Timo Koch authored
* introduce epsilons for float comparison for robustness * the grid file is no longer needed * read vectors from input file * simplified many methods * combined the threep and threepthree3 in one file for better maintainability introduce a preprocessor switch It remains to include epsilons for the water table and compare results with the reference vtu currently failing the fuzzy compare. Might need update. Looks good physically.
19442efd
-
- Nov 04, 2015
-
-
Timo Koch authored
* Use new grid creator * Improve formatting * Improve test * Use some c++11/dune2.4 features
d165a91b -
Timo Koch authored
Some things could be written shorter with c++11 features. Some formatting for better readability and maintenance.
eb04341f -
Timo Koch authored
The check whether we are inside the lens has to use epsilons. Otherwise floating point comparison is not robust. This patch has the side effect that lenses can be specified much nicer, as the points on the bounding box boundary are considered inside the lens (which is what we would except in the examples.)
2b4b191b -
Timo Koch authored
* FieldVectors take an initilizer list * vectors can be read from input file * improve doc * whitespace cleanup * indent and formatting cleanup * remove unused typedefs
6de72973 -
Timo Koch authored
Instead of copying it's content on every change. Format nicely.
07d1e9b7 -
Timo Koch authoredc1a62d74
-