[Trilinos-Users] Galeri, cartesian subdomains and overlapped maps

Daniele Avitabile d.avitabile at gmail.com
Fri Oct 24 01:04:12 MDT 2008


Hi all,

I have distributed the nodes of a 2D Cartesian grid (x and y directions, nx
and ny gridpoints respectively) on mx times my processors, in the same way
that Galeri does. Now, each processor contains nodes of a cartesian
subdomain.

I am in the process of writing an overlapped map for the nodes: say that
when I will be computing a first derivative in x

 ( u_{i+1,j} - u_{i,j} )/dx

I will have to make sure that node i+1 is contained in the overlapped map
*even when i lies on the boundary of the subdomain*.

Is there any smart/quick way to select the nodes at the boundary of the
cartesian subdomain and to create the overlapped map? Please note that in my
code I would *not* want to build a linear operator for the first derivative,
therefore I cannot use the columnMap() of such operator to infer the
overlapped map.

Best.

Daniele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20081024/55986797/attachment.html 


More information about the Trilinos-Users mailing list