- Dec 10, 2013
-
-
Dr. Felix Tobias Schindler authored
* this defines CHECK_CRTP and CHECK_AND_CALL_CRTP (has still to be made threadsafe perhaps?) * defines CRTPInterface
-
Dr. Felix Tobias Schindler authored
* there is now DUNE_THROW_COLORFULLY :)
-
- Dec 09, 2013
-
-
Dr. Felix Tobias Schindler authored
* copyright decision still open
-
Dr. Felix Tobias Schindler authored
* we still need to decide if we want to have project wide copyright holders (if yes, who?) or per-file
-
- Dec 06, 2013
-
-
Dr. Felix Tobias Schindler authored
* use one template which either redirects scalars to dune-common and checks vectors componentwise * this template is then generated for eq, ne, gt, lt, ge and le
-
- Dec 05, 2013
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Dec 03, 2013
-
-
Sven Kaulmann authored
-
- Dec 02, 2013
-
-
Dr. Felix Tobias Schindler authored
* LA::VectorInterface * LA::EigenDenseVector
-
Dr. Felix Tobias Schindler authored
-
- Nov 30, 2013
-
-
René Fritze authored
-
- Nov 26, 2013
-
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
* rename DSC_TOSTR -> DSC_FRSTR * group toString/fromString
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
-
René Fritze authored
Conflicts: dune/stuff/common/profiler.cc
-
René Fritze authored
-
Sven Kaulmann authored
-
- Nov 20, 2013
-
-
Sven Kaulmann authored
sum and maximum value need to be computed on _every_ process and may then be output only on rank 0.
-
- Nov 18, 2013
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
- Nov 12, 2013
-
-
René Fritze authored
-
René Fritze authored
-
- Nov 08, 2013
-
-
René Fritze authored
using c++11 string conversion for special cases avoids icpc 14 bugs
-
- Nov 07, 2013
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Oct 24, 2013
-
-
Dr. Felix Tobias Schindler authored
* fixes #252
-
- Oct 23, 2013
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 22, 2013
-
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
* Now this one is a little tricky. The problem is that we basically need a specialization for every combination of dimensions (since some functions may only be implemented for some dimensions). * We now generate specialized declarations for all dimensions in the header. * We also generate specialized definitions for all dimensions in the source and we require the implementer of a new functions to add the function in the source file. * Adding a new function is a sub optimal task, since it requires some copying. This solution may not be the most elegant but it seemed to be *fastest*, since we can just copy/paste find/replace. * Ideas and patches are welcome!
-
Dr. Felix Tobias Schindler authored
-
Sven Kaulmann authored
-
- Oct 19, 2013
-
-
Dr. Felix Tobias Schindler authored
local_function still untested
-
Dr. Felix Tobias Schindler authored
-