[petsc-dev] FieldSplit fixes in 3.3
Jed Brown
jedbrown at mcs.anl.gov
Wed Aug 22 08:46:37 CDT 2012
On Wed, Aug 22, 2012 at 8:35 AM, Barry Smith <bsmith at mcs.anl.gov> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120822/77c15467/attachment.html>
More information about the petsc-dev
mailing list