- 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]]
-
- Oct 18, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6185]]
-
- Oct 13, 2010
-
-
Christian Engwer authored
* factor out most of the FieldMatrix math methods missing: several functions oculd not me moved, as they require som kind of type promotion traits [[Imported from SVN: r6181]]
-