ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Add MatrixShell support to PETSc solver classes #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The MatrixShell is not supported by the PETSc solvers. We need to make the link 
with the PETSc MATSHELL
data structure.

Original issue reported on code.google.com by christop...@feelpp.org on 3 Oct 2012 at 9:31

GoogleCodeExporter commented 9 years ago
MatrixShell is a very important tool for solving linear systems using Krylov 
solvers(e.g. CG, GMRES). One of its specificity is that we have not necessarily 
need to know the matrix entries, but just only its action on a vector(e.g. 
matrix-vector multiply).

Original comment by samakea...@gmail.com on 3 Oct 2012 at 9:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 0d5cd6597b4f.

start work on shell matrices

Original comment by christop...@feelpp.org on 7 Oct 2012 at 9:24