| 895c21f2 | 02-Jul-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
One now passes the nullspace in the matrix for a linear system as the first Amat argument to KSPSetOperators, SNESSetOperators, TSSetIJacobian() not the second pmat argument
This allows nesting of K
One now passes the nullspace in the matrix for a linear system as the first Amat argument to KSPSetOperators, SNESSetOperators, TSSetIJacobian() not the second pmat argument
This allows nesting of KSP/PC where the matrix is singular but the matrix passed to construct the preconditioner (the pmat) is not singular
Reported-by: Stephan Kramer <s.kramer@imperial.ac.uk>
show more ...
|