- Nov 26, 2013
-
-
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
-
Dr. Felix Tobias Schindler authored
* only the functionality of the function, not its local_function is tested
-
Dr. Felix Tobias Schindler authored
-
- Oct 18, 2013
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
* we will have way to many lines of code for even one functions, so each will get its own test...
-
René Fritze authored
-
René Fritze authored
-
- Oct 17, 2013
-
-
Dr. Felix Tobias Schindler authored
This should allow for .ccs with same name in different dirs.
-
Dr. Felix Tobias Schindler authored
* we add the include dirs and link dirs per grid type depending only on the fact, that the grid was found * we also add the libs of all found grids to GRIDLIBS * depending on the users choice of GRIDTYPE we only set stuff like -DENABLE_FOO for the Dune::GridSelector, nothing else All in all, this should finally allow to use different grids in one place (e.g. lib).
-
- Oct 14, 2013
-
-
Sven Kaulmann authored
-
Sven Kaulmann authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-