- Aug 06, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6886]]
-
- Jun 12, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6801]]
-
- 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 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6683]]
-
Oliver Sander authored
[[Imported from SVN: r6682]]
-
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]]
-
- Jan 26, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6559]]
-
- Sep 08, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6494]]
-
- Aug 11, 2011
-
-
Oliver Sander authored
to FieldVector::size() as a method. With this patch applied FieldVector::size remains an enum, hence all your code compiles as before. However you get a compiler warning explaining the issue and suggesting to configure with --enable-fieldvector-size-is-method. If you do so, then FieldVector::size becomes a method, and you may have to go out and adjust your code. The configure flag is transitional and will be removed after dune 2.2 is out. Remember that there is no smoother way to do the transition, as you can't have FieldVector::size to be both an enum value and a method at the same time. This fixes FlySpray issue 819. [[Imported from SVN: r6486]]
-
- Mar 07, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6386]]
-
Oliver Sander authored
[[Imported from SVN: r6385]]
-
Robert Klöfkorn authored
How difficult is this. I just don't get it. [[Imported from SVN: r6384]]
-
- Mar 04, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6377]]
-
- Mar 03, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6375]]
-
Markus Blatt authored
Merged r6371 from the trunk, that ensures the correct size of the FieldVector given to the copy constructor. [[Imported from SVN: r6372]]
-
Markus Blatt authored
different size! [[Imported from SVN: r6371]]
-
- Mar 01, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6366]]
-
- Jan 13, 2011
-
-
Christian Engwer authored
FieldVector< complex<T> > = FieldVector<T> [[Imported from SVN: r6324]]
-
- Nov 26, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6272]]
-
- Oct 13, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6179]]
-
Christian Engwer authored
valued data [[Imported from SVN: r6177]]
-
Andreas Dedner authored
[[Imported from SVN: r6175]]
-
Christian Engwer authored
DynamicVector. Inheritance doesn't work for template specialization lookup... not that this specialization isn't necessary, if you are using FieldVector<T,n> via the interface class DenseVector< FieldVector<T,n> > [[Imported from SVN: r6174]]
-
- Oct 12, 2010
-
-
Christian Engwer authored
few cases, where CRTP really makes sense!) * type infroamtion is provided via DenseMatVecTraits [[Imported from SVN: r6171]]
-
- Oct 11, 2010
-
-
Christian Engwer authored
- FielfVector uses int, not unsigned int [[Imported from SVN: r6168]]
-
Christian Engwer authored
that std::array defines these operators aswell and c++ prefers to complain about an inaccesible base class, rather than using the cast operator :-( [[Imported from SVN: r6167]]
-
Christian Engwer authored
duplicated code, we only have to add the scalar operators. [[Imported from SVN: r6165]]
-
- Oct 06, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6157]]
-
- Sep 08, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6135]]
-
Christian Engwer authored
[[Imported from SVN: r6129]]
-
Christian Engwer authored
vectors using different storage containers [[Imported from SVN: r6128]]
-
- Aug 25, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6105]]
-
- Mar 12, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r5926]]
-
Christian Engwer authored
[[Imported from SVN: r5923]]
-
Christian Engwer authored
[[Imported from SVN: r5922]]
-
- Feb 01, 2010
-
-
Christian Engwer authored
merge to release [[Imported from SVN: r5877]]
-
Christian Engwer authored
* add a specialization of sqrt to fvmeta, this should fix the ambiguous sqrt(int) merge to release [[Imported from SVN: r5874]]
-
- Jan 25, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5860]]
-
- Oct 15, 2009
-
-
Christian Engwer authored
* hide specializations from doxygen * use ROWS and SOLS instead of n and m for the FieldMatrix * use conjugateComplex instead of fm_ck * document istl_assign_to_fmatrix [[Imported from SVN: r5659]]
-
Christian Engwer authored
type * make *norm* in fvector and fmatrix use this real type [[Imported from SVN: r5656]]
-