[petsc-users] Assembling primal Schur matrix in FETI-DP method

Jed Brown jedbrown at mcs.anl.gov
Sat Nov 19 22:12:22 CST 2011


On Sat, Nov 19, 2011 at 22:02, Gong Ding <gdiso at ustc.edu> wrote:

> I have the same request as explictly building schur complement matrix when
> K_PiB inv(K_BB) K_BPi is small.
> The dynamic insert of matrix entry can be really useful here.
>

I don't believe it is necessary or desirable to use dynamic preallocation
in this case. Additionally, the FETI-DP or BDDC Schur complements have
quite special structure that can be exploited to assemble them. I don't
know whether it makes sense to have a public API for exploiting that
structure. For one thing, building the MatSchurComplement produces a more
synchronous algorithm than necessary. My preference would be to exploit the
structure as part of the PCFETIDP implementation instead of by adding
special-purpose code to MatSchurComplement.


> Several months ago I had committed a patch for this purpos.
> Will anyone try to merge the patch?
>

We didn't want a whole new matrix type for this. I think we gave a
suggestion for making the patch work in a less intrusive way with existing
formats. I still have it on my list to modify your patch for this purpose,
but sadly, haven't had time to complete it. So it's not forgotten and I'm
pretty confident that it will be done before the next release (probably in
the spring).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111119/fda1483b/attachment.htm>


More information about the petsc-users mailing list