#84 Provide unit test for the ISTL kernels for nested matrices and vectors
Metadata
| Property | Value | 
|---|---|
| Reported by | Markus Blatt (markus@dr-blatt.de) | 
| Reported at | Jan 23, 2006 15:38 | 
| Type | Feature Request | 
| Version | Git (pre2.4) [autotools] | 
| Operating System | Unspecified / All | 
| Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) | 
| Last edited at | Jun 7, 2012 09:38 | 
Description
Unit tests should be provided for the ISTL kernels (gsetc.hh, ilu.hh, preconditioner.hh, solver.hh). This relates to task #81 (closed).
Only with this procedure we can make sure that all solvers and preconditioners works as expected even for the case of nested matrices and vectors, i.e BlockVector<BlockVector<FieldVector<double> > and BCRSMatrix<BCRSMAtrix<FieldMatrix<double> > >, respectively.