Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE OverlapAuxCopy(NodeInfo TargetInfo, REAL()* auxS, REAL()* auxT, INTEGER() mS, INTEGER() mT)
Click here to view the v174 source.
Keeps the auxiliary variables of two overlapping grids synchronized by copying the variables of one overlapping region to the other. This is done by copying the contents of auxS
within the region described by the dimension boundary array ms
to the TargetInfo
auxiliary variables in the region described by mT
. auxT
is set to point to TargetInfo%aux
before performing the copying operations so that data copied. Note that this function does nothing if the global MaintAuxArray
flag is not set.
INCLUDES:
None.
USES:
None.
Note:
See TracWiki
for help on using the wiki.