Welcome to the Bug Tracking System for the DUNE project.
Due to increasing spam attacks, we had to disable the feature of anonymous bug reports. You will have to register before you are able to report a new bug.
In case you experience any problems, let us know at http://www.dune-project.org/mailinglists.html .
Due to increasing spam attacks, we had to disable the feature of anonymous bug reports. You will have to register before you are able to report a new bug.
In case you experience any problems, let us know at http://www.dune-project.org/mailinglists.html .
FS#84 - Provide unit test for the ISTL kernels for nested matrices and vectors
Attached to Project:
Dune
Opened by Markus Blatt (mblatt) - Monday, 23 January 2006, 16:38 GMT+2
Last edited by Oliver Sander (sander) - Monday, 16 February 2009, 19:08 GMT+2
Opened by Markus Blatt (mblatt) - Monday, 23 January 2006, 16:38 GMT+2
Last edited by Oliver Sander (sander) - Monday, 16 February 2009, 19:08 GMT+2
|
DetailsUnit tests should be provided for the ISTL kernels (gsetc.hh, ilu.hh, preconditioner.hh, solver.hh). This relates to task #81.
Only with this procedure we can make sure that all solvers and preconditioners works as exspected even for the case of nested matrices and vectors, i.e BlockVector<BlockVector<FieldVector<double> > and BCRSMatrix<BCRSMAtrix<FieldMatrix<double> > >, respectively |
This task depends upon
Comment by Robert Klöfkorn (robertk) -
Friday, 01 December 2006, 00:38 GMT+2
Dune 1.0 is only about dune-common and dune-grid. Therefore I mark this taks post 1.0.
Comment by Christian Engwer (christi) -
Tuesday, 01 December 2009, 11:01 GMT+2
What is the state here?
Comment by Markus Blatt (mblatt) -
Thursday, 03 December 2009, 17:58 GMT+2
I am tempted to say won't implement.