- Feb 14, 2016
-
-
The functionality is retained in the form of a DenseMatrixAssigner specialisation See also flyspray/FS#1669
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Feb 04, 2014
-
-
This is part of the patch provided by Rene in Flyspray 1355.
-
- Aug 15, 2013
-
-
Christian Engwer authored
use FieldTraits to determin the return type of the norm methods
-
- Mar 31, 2013
-
-
Christoph Grüninger authored
(kudos to Elias Pipping for the patch) [[Imported from SVN: r1910]]
-
- Sep 26, 2012
-
-
Tobias Malkmus authored
[[Imported from SVN: r1713]]
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r1570]]
-
- Jan 06, 2012
-
-
Markus Blatt authored
Fixes flyspray 1014. [[Imported from SVN: r1519]]
-
- Mar 07, 2011
-
-
Oliver Sander authored
bugfix: the matrix is squared, hence there is now variable 'm' holding the number of columns. Patch by Uli Sack [[Imported from SVN: r1460]]
-
- Mar 02, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r1459]]
-
- Dec 01, 2010
-
-
Markus Blatt authored
rbegin -> beforeEnd rend -> beforeBegin [[Imported from SVN: r1414]]
-
- Nov 30, 2010
-
-
Markus Blatt authored
*sigh* [[Imported from SVN: r1410]]
-
- Nov 26, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1404]]
-
- Oct 28, 2010
-
-
Oliver Sander authored
Fix method istl_assign_to_fmatrix(). It should now assign to a DenseMatrix instead of a FieldMatrix [[Imported from SVN: r1331]]
-
- Feb 01, 2010
-
-
Christian Engwer authored
merge to release [[Imported from SVN: r1175]]
-
- Nov 20, 2009
-
-
Carsten Gräser authored
[[Imported from SVN: r1128]]
-
Carsten Gräser authored
* Removed ugly ReferenceStorageIterator since * it stored either a reference or a fake reference * you could not use iterator->method * you could not assign iterators * Introduce ContainerWrapperIterator * always stores an assignable ContainerWrapper object * allows iterator->method() * can be used for any other sparse row type [[Imported from SVN: r1127]]
-
Carsten Gräser authored
[[Imported from SVN: r1126]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update configure and Makefiles [[Imported from SVN: r1100]]
-
- Nov 13, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r963]]
-
- Oct 06, 2008
-
-
Markus Blatt authored
Unfortunately nobody comment my proposed patch submitted to the dune list on August 4. I assum this means that nobody was against applying it. Therefore this is the actual application of it. Removed conversion operator. Assignment to FMatrix now works using a free function istl_assign_to_fmatrix, which is overloaded for ScaledIdMatrix. [[Imported from SVN: r946]]
-
- Aug 01, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r935]]
-
- Jul 31, 2008
-
-
Markus Blatt authored
Solve method assumed scalar vector. [[Imported from SVN: r933]]
-
- Jul 29, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r931]]
-
- Jul 28, 2008
-
-
Oliver Sander authored
- add cast to FieldMatrix - add operator[] Thanks to Carsten Gräser for the patch. [[Imported from SVN: r929]]
-
- Jul 23, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r927]]
-
- Apr 18, 2008
-
-
Oliver Sander authored
Introducing a new static matrix which is a constant of the identity. Such as matrix can be useful for equations which are the same for all components, e.g., the vector-valued Allen-Cahn equation [[Imported from SVN: r891]]
-