- Oct 06, 2014
-
-
Ansgar Burchardt authored
-
- Jun 23, 2014
-
-
Steffen Müthing authored
-
- Mar 22, 2014
-
-
Christoph Grüninger authored
-
- Mar 06, 2014
-
-
Christian Engwer authored
-
- Mar 04, 2014
-
-
Tobias Malkmus authored
Note remove_reference is necessary, because you cannot extract the iterator type from row_reference directly in case: row_reference == row_type&
-
- Feb 27, 2014
-
-
Tobias Malkmus authored
-
Tobias Malkmus authored
IteratorFacades::Pointer is assumed to be T* which is not the case for row_reference != row_type&.
-
Tobias Malkmus authored
Add additional template parameter R (default T&) to handle the case row_reference != row_type&.
-
- Dec 17, 2013
-
-
Markus Blatt authored
This patch introduces a new macro DUNE_UNUSED_PARAMETER(parm) for marking unused parameters that are there for a purpose (e.g. the prescribed interfac The macro simply performs a cast to void. In addition all unused parameter w that I found were removed.
-
- Dec 03, 2013
-
-
Christoph Grüninger authored
This fixes a Clang warning.
-
Christoph Gersbacher authored
Make more precise statement to the user if no template specialization of DenseMatrixAssigner is found. Also use dune_static_assert instead of static_assert.
-
Christoph Gersbacher authored
The default implementation of DenseMatrixAssigner replaces redundant code in dense matrix constructors taking a primitive data type.
-
Christoph Gersbacher authored
[DenseMatrix] Introduce DenseMatrixAssigner for initializing dense matrices from arbitrary right hand sides In order to overcome the deficiencies of istl_assign_to_fmatrix() we propose to always use a struct DenseMatrixAssigner for initializing a dense matrix. This class can be specialized by users for any right hand side to be used in an assignment. The new mechanism can bei default implemented using existing implementations of istl_assign_to_fmatrix() as well.
-
- Sep 27, 2013
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jun 24, 2013
-
-
Martin Nolte authored
This fixes FS#1317 for me (use invert for 2x2 matrix with std::complex< long double >). The problem is that 1.0 is a double, which can be converted implicitly to a long double which, in turn, could be converted implicitly into a std::complex< long double >. However, the compiler does not use two implicit type conversions, so double cannot be divided by a std::complex< long double >.
-
- Aug 21, 2012
-
-
Oliver Sander authored
Patch by Elias Pipping [[Imported from SVN: r6915]]
-
Oliver Sander authored
As suggested by Christian in FS 1147. Implemented by Elias Pipping. [[Imported from SVN: r6913]]
-
- Jul 06, 2012
-
-
Oliver Sander authored
This fixes FS 1147. Thanks to Elias Pipping for the patch. [[Imported from SVN: r6819]]
-
- May 31, 2012
-
-
Oliver Sander authored
With the exception of mpicollectivecommunication.hh and propertymap.hh, which I didn't understand. [[Imported from SVN: r6784]]
-
- May 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6714]]
-
Oliver Sander authored
Backported from Martin's development branch, minus some whitespace changes. Thanks. [[Imported from SVN: r6712]]
-
- May 09, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6708]]
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6677]]
-
- Jan 26, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6558]]
-
- Nov 26, 2011
-
-
Andreas Dedner authored
[[Imported from SVN: r6534]]
-
Christian Engwer authored
[[Imported from SVN: r6533]]
-
- Oct 26, 2011
-
-
Jorrit Fahlke authored
See FS#966. [[Imported from SVN: r6521]]
-
- Oct 13, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6512]]
-
- Sep 13, 2011
-
-
Andreas Dedner authored
[[Imported from SVN: r6495]]
-
- Mar 02, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6370]]
-
Oliver Sander authored
[[Imported from SVN: r6369]]
-
- Dec 01, 2010
-
-
Markus Blatt authored
rbegin -> beforeEnd rend -> beforeBegin [[Imported from SVN: r6286]]
-
- Nov 25, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r6268]]
-
- Nov 19, 2010
-
-
Oliver Sander authored
use className to get a better error message when a specialization of istl_assign_to_fmatrix is missing [[Imported from SVN: r6250]]
-
- Nov 14, 2010
-
-
Andreas Dedner authored
[[Imported from SVN: r6247]]
-
- Nov 07, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6234]]
-
- Oct 29, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6210]]
-
Robert Klöfkorn authored
[[Imported from SVN: r6206]]
-
- Oct 28, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6205]]
-