[petsc-users] Form Local function from global
Jed Brown
jed at jedbrown.org
Fri Apr 15 03:05:54 CDT 2016
marco mavari <marco.mavari at gmail.com> writes:
> However, I would like to do nonlinear domain decomposition ( similar to
> NASM/ASPIN).
> Is it possible to extract LocalEvaluation routines from GlobalFunctions?
No, the global function is global, so you can't call "just the local
part". Moreover, those nonlinear domain decomposition techniques
require overlap, which also isn't provided automatically. As a
practical matter, someone (maybe you) would need to add support for
nonlinear DD to the discretization libraries.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20160415/26a3d431/attachment.pgp>
More information about the petsc-users
mailing list