[petsc-users] global index distributed arrays

Jed Brown jed at 59A2.org
Fri Dec 10 19:22:46 CST 2010


On Sat, Dec 11, 2010 at 02:14, Mohamad M. Nasr-Azadani <mmnasr at gmail.com>wrote:

> Those nodes, do not follow Poisson equation anymore and they just obey some
> interpolation equations which might need nodes in the BOX stencil of
> width=3.


What kind of boundary condition is this?

In any case, you can create an independent DA of the same size as your
original, but with a box stencil of width 3.  Then
DAGetISLocalToGlobalMapping (generalized to DMGetLocalToGlobalMapping in
petsc-dev) will give you access to those global indices.  You will likely
have to adjust preallocation for these extra entries (unless, somehow
strangely, interpolation actually uses no more points, just from different
places).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20101211/303bf2b6/attachment.htm>


More information about the petsc-users mailing list