[petsc-users] parallel interpolation?
    Gideon Simpson 
    gideon.simpson at gmail.com
       
    Tue Feb 17 07:46:59 CST 2015
    
    
  
Suppose I have data in Vec x and Vec y, and I want to interpolate this onto Vec xx, storing the values in Vec yy.  All vectors have the same layout.  The problem is that, for example, some of the values in xx on processor 0 may need the values of x and y on processor 1, and so on.  Aside from just using sequential vectors, so that everything is local, is there a reasonable way to make this computation?
-gideon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150217/48868a46/attachment.html>
    
    
More information about the petsc-users
mailing list