[Nek5000-users] PN field to PN-2 field
nek5000-users at lists.mcs.anl.gov
nek5000-users at lists.mcs.anl.gov
Thu Nov 21 13:27:48 CST 2013
Hi Vincent,
It looks like the routine map12 will do this.
It's to be called on an element by element basis --- thus:
integer e
do e=1,nelt
call map12(b(1,1,1,e),a(1,1,1,e))
enddo
would yield the desired result.
May I inquire as to the application? (There are times when
it might be better to use the transpose of the interpolation
operator.)
Paul
On Thu, 21 Nov 2013, nek5000-users at lists.mcs.anl.gov wrote:
> Hi Nek's,
>
> I would like to copy a PN field to a PN-2 field, how can I do that ?
>
> let's say "a(lx1,ly1,lz1,nelt)" is given and I want to interpolate "a" onto
> a field "b(lx2,ly2,lz2,nelt)" and of course I use a PN-PN-2 method, not
> splitting.
>
> Vincent.
> _______________________________________________
> Nek5000-users mailing list
> Nek5000-users at lists.mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
>
More information about the Nek5000-users
mailing list