- Mar 07, 2011
-
-
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]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Sep 24, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5596]]
-
- May 10, 2009
-
-
Martin Nolte authored
This seems to fix the warning about the use of an uninitialized variable when using FieldVector< T, 0 >. I thought Oli already implemented this, though. [[Imported from SVN: r5515]]
-
- Nov 15, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5372]]
-
- Nov 13, 2008
-
-
Markus Blatt authored
Check not checks all FieldVector and not only the one with 1 entry. [[Imported from SVN: r5360]]
-
Martin Nolte authored
(again, this code cannot have been compiled prior to committing) [[Imported from SVN: r5358]]
-
Oliver Sander authored
A proper operator= is added instead, and this should get rid of the ominous 'uninitialized memory' warning. I am closing FlySpray entry 437. Please reopen it if the problem persists. [[Imported from SVN: r5357]]
-
- Sep 07, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5262]]
-
- Aug 05, 2008
-
-
Martin Nolte authored
without the specialization you could get a warning that p[ 0 ] is used uninitialized. [[Imported from SVN: r5260]]
-
- Jul 02, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5230]]
-