diff options
Diffstat (limited to 'Source/Utils/check_interp_points_and_weights.py')
-rw-r--r-- | Source/Utils/check_interp_points_and_weights.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Utils/check_interp_points_and_weights.py b/Source/Utils/check_interp_points_and_weights.py index 4d54af01c..a1d17c8dd 100644 --- a/Source/Utils/check_interp_points_and_weights.py +++ b/Source/Utils/check_interp_points_and_weights.py @@ -21,7 +21,8 @@ # For MR applications only the cases sc=sf=0 and sc=sf=1 are considered. Terms # multiplied by (1-sf)*(1-sc) are ON for cell-centered data and OFF for nodal data, # while terms multiplied by sf*sc are ON for nodal data and OFF for cell-centered -# data. C++ implementation in Source/Utils/CoarsenMR.H/.cpp and Source/Utils/CoarsenIO.H/.cpp +# data. C++ implementation in Source/ablastr/coarsen/average.(H/.cpp) and +# Source/ablastr/coarsen/sample.(H/.cpp) #------------------------------------------------------------------------------- import sys |