- May 13, 2012
-
-
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 30, 2012
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6666]]
-
- 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 24, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6656]]
-
- 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]]
-
- Apr 12, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6617]]
-
Christian Engwer authored
[[Imported from SVN: r6616]]
-
- Apr 05, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6608]]
-
Christoph Grüninger authored
[[Imported from SVN: r6607]]
-
- Mar 29, 2012
-
-
Markus Blatt authored
Use flags as documented in axlapack for linking with lapack. Now test should compile with static linkage on nonbroken systems. (My system Debian wheezy is obviouly broken and complains about function xerbla_ that is defined in libblas.a and liblapack.a) [[Imported from SVN: r6600]]
-
Markus Blatt authored
tests. Note that this breaks static compilation of fmatrixtest because of missing fortran library names in LAPACK_LIBS! [[Imported from SVN: r6599]]
-
- Mar 20, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6596]]
-
Christian Engwer authored
[[Imported from SVN: r6595]]
-
- Mar 11, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6585]]
-
Christoph Grüninger authored
exec, module/only, resume/skipfirst and configure caching. Clarified paragraph about Extra-Suggests. [[Imported from SVN: r6584]]
-
- Mar 10, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6583]]
-
Christoph Grüninger authored
[[Imported from SVN: r6582]]
-
- Mar 05, 2012
-
-
Markus Blatt authored
Default to metis and parmetis as lib name. Use correct variable names. [[Imported from SVN: r6579]]
-
- Mar 03, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6575]]
-
- Feb 29, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6574]]
-
- Feb 13, 2012
-
-
Carsten Gräser authored
[[Imported from SVN: r6573]]
-
Martin Nolte authored
also use AS_IF instead of direct shell commands (more portable) [[Imported from SVN: r6572]]
-