- Jun 17, 2015
-
-
René Fritze authored
-
- Jun 12, 2015
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
- Jun 11, 2015
-
-
René Fritze authored
-
- May 21, 2015
-
-
Tobias Leibner authored
-
- Mar 17, 2015
-
-
René Fritze authored
-
- Feb 06, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 03, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 21, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Sep 24, 2014
-
-
René Fritze authored
Paragraph 12.8/15 of the C++11 Standard: The implicitly-defined copy/move constructor for a non-union class X performs a memberwise copy/move of its bases and members
-
- Sep 11, 2014
-
-
Dr. Felix Tobias Schindler authored
There is finally only one FunctionProvider, all specializations are gone. The price for this is one additional line in all functions that should be provided which is acceptable. See the added documentation of FunctionProvider on how to proceed for new functions. The only drawback is that there are still four places in functions.hh that need to be touched. This is left as an exercise for someone who fancies static loops over tuple types (not a tuple object), I am too tired now... :)
-
- Sep 10, 2014
-
-
Dr. Felix Tobias Schindler authored
* use Common::FieldVector in ctor (is convertible from Dune::FieldVector and std::vector) * forbid assignment
-
- Sep 08, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Aug 13, 2014
-
-
Dr. Felix Tobias Schindler authored
refs #282
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
refs #282
-
Dr. Felix Tobias Schindler authored
-
- Jul 30, 2014
-
-
Tobias Leibner authored
-
- Jul 29, 2014
-
-
René Fritze authored
this requires fixing by @ftalbrecht
-
- Jun 07, 2014
-
-
Tobias Leibner authored
-
- Jun 04, 2014
-
-
Tobias Leibner authored
-
- May 12, 2014
-
-
Felix Schindler authored
-
- May 07, 2014
-
-
Andreas Buhr authored
-
- May 06, 2014
-
-
Tobias Leibner authored
-
- May 04, 2014
-
-
Tobias Leibner authored
[functions.checkerboard] read values as scalar values (old behavior, reading of values as vectors lead to lexical_cast error)
-
Tobias Leibner authored
-
Tobias Leibner authored
Revert "[functions.checkerboard] use GlobalFunctionInterface instead of LocalizableFunctionInterface" This reverts commit b60b99d8b1a395c3306dcc6f57986a07e4e2181c.
-
- May 01, 2014
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Apr 30, 2014
-
-
Felix Schindler authored
-
- Apr 27, 2014
-
-
Tobias Leibner authored
-rename namespace Function to Functions -rename class Functions to FunctionsProvider
-
- Apr 23, 2014
-
-
Felix Schindler authored
-
- Apr 16, 2014
-
-
Felix Schindler authored
-
- Apr 15, 2014
-
-
Felix Schindler authored
-
- Oct 24, 2013
-
-
Dr. Felix Tobias Schindler authored
* removed typename ... template from the ...EntityType typedefs * leave only the typedefs in interfaces.hh and use them everywhere * some cleanup/whitespace changes
-
Dr. Felix Tobias Schindler authored
* since building the lib costs 5 minutes and the resulting lib is about 180MB your have to define -DDUNE_STUFF_FUNCTIONS_TO_LIB if you want to have the functions in the libdunestuff
-
- Oct 22, 2013
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Oct 19, 2013
-
-
Dr. Felix Tobias Schindler authored
-