- Jul 31, 2012
-
-
Christian Engwer authored
initialize result with 0 (patch by Matthias Wohlmuth) [[Imported from SVN: r6877]]
-
- Jul 16, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6867]]
-
- Jul 13, 2012
-
-
Christoph Grüninger authored
Fix printing of zero-dimensional arrays, FS#1148. (Thanks to Elias Pipping for testing the patch) [[Imported from SVN: r6865]]
-
- Jul 11, 2012
-
-
Christian Engwer authored
- update fvector test (thanks to Matthias Wohlmuth) [[Imported from SVN: r6863]]
-
Christian Engwer authored
- add dotproduct for basic data types (thanks to Matthias Wohlmuth) [[Imported from SVN: r6862]]
-
- Jul 06, 2012
-
-
Oliver Sander authored
This fixes FS 1147. Thanks to Elias Pipping for the patch. [[Imported from SVN: r6819]]
-
- Jun 25, 2012
-
-
Markus Blatt authored
Patch contributed by Matthias Wohlmuth [[Imported from SVN: r6816]]
-
- Jun 22, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6809]]
-
- Jun 12, 2012
-
-
Christoph Grüninger authored
assignment. [[Imported from SVN: r6802]]
-
Christoph Grüninger authored
[[Imported from SVN: r6801]]
-
Christian Engwer authored
[[Imported from SVN: r6798]]
-
- Jun 10, 2012
-
-
Christoph Grüninger authored
dune-geometry. [[Imported from SVN: r6796]]
-
Christoph Grüninger authored
[[Imported from SVN: r6795]]
-
- Jun 05, 2012
-
-
Christoph Grüninger authored
mpitraits.hh forward declares std::pair, which is illegal by the standard, and clang stumbles over that. Fixes FS#1121. (Thanks to Steffen Müting for the patch) [[Imported from SVN: r6791]]
-
- 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 29, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6774]]
-
- May 18, 2012
-
-
Christian Engwer authored
according to the standard std::pair is a struct [[Imported from SVN: r6727]]
-
- May 14, 2012
-
-
Oliver Sander authored
No clue what that patch was supposed to due, but it even slipped into dune 2.1. [[Imported from SVN: r6716]]
-
- May 13, 2012
-
-
Oliver Sander authored
Backported from Martin's development branch. [[Imported from SVN: r6713]]
-
Oliver Sander authored
Backported from Martin's development branch, minus some whitespace changes. Thanks. [[Imported from SVN: r6712]]
-
- May 10, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6709]]
-
- May 08, 2012
-
-
Carsten Gräser authored
[[Imported from SVN: r6705]]
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6683]]
-
Oliver Sander authored
[[Imported from SVN: r6682]]
-
Markus Blatt authored
It is not standard conforming. This file must have missed when deleting th backwards compatible code. [[Imported from SVN: r6681]]
-
Carsten Gräser authored
This patch removes the constructor from the overload set. Before the constructor was there but failed to compile due to the static assertion. If you have methods f(K) and f(FieldVector<K,n>) with n>1 the overload was ambigous when calling f() with a FieldVector<K,1> because there is a conversion from this to FieldVector<K,n> - even if it does not compile due to the failing static assertion. Now this is avoided using SFINAE. This fixes fs#1024. [[Imported from SVN: r6680]]
-
Christoph Grüninger authored
[[Imported from SVN: r6678]]
-
Oliver Sander authored
[[Imported from SVN: r6677]]
-
- Apr 25, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6659]]
-
Oliver Sander authored
Only standard-conforming methods are supported from now on. [[Imported from SVN: r6658]]
-
Oliver Sander authored
It is not standard conforming. [[Imported from SVN: r6657]]
-
- Apr 23, 2012
-
-
Oliver Sander authored
This is part of FS 787 [[Imported from SVN: r6649]]
-
Oliver Sander authored
[[Imported from SVN: r6648]]
-
Oliver Sander authored
a) it appears overly complicated. Why not just use '=='? b) it is never used anyway [[Imported from SVN: r6647]]
-
Oliver Sander authored
[[Imported from SVN: r6646]]
-
Oliver Sander authored
so it matches the name of its source file. [[Imported from SVN: r6645]]
-
- Apr 18, 2012
-
-
Christoph Grüninger authored
warning. [[Imported from SVN: r6631]]
-
- Apr 17, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6630]]
-
Christoph Grüninger authored
[[Imported from SVN: r6629]]
-
Christoph Grüninger authored
[[Imported from SVN: r6628]]
-