Re: [petsc-dev] FieldSplit fixes in 3.3
22 Aug
2012
22 Aug
'12
8:46 a.m.
On Wed, Aug 22, 2012 at 8:35 AM, Barry Smith <[email protected]> wrote:
Should MatCreateSchurComplement() be done properly the PETSc way: that is normal usage is
MatSetType(mat,MATSCHURCOMPLEMENT); /* now if you want you can muck with the inner KSP */ MatSchurComplementGetKSP(mat,&ksp); ……. MatSchurComplementSetSubMats(mat,……) note: could merge with MatSchurComplementUpdate() …..
and MatCreateSchurComplement() is just a convenience routine that calls the pieces in order and is NOT used directly by field split
Yes
5103
Age (days ago)
5103
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown