aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/check_interp_points_and_weights.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2022-12-08 13:08:07 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-08 13:08:07 -0800
commit202b93c3eafd590773c893ee4cc924899b452a33 (patch)
treec8182f63d752895515278d510722c6632bd3395d /Source/Utils/check_interp_points_and_weights.py
parent0afa0b0cb34b9be71a3f23338e21e66d464bc65a (diff)
downloadWarpX-202b93c3eafd590773c893ee4cc924899b452a33.tar.gz
WarpX-202b93c3eafd590773c893ee4cc924899b452a33.tar.zst
WarpX-202b93c3eafd590773c893ee4cc924899b452a33.zip
ABLASTR: Coarsen Functions (#3433)
* ABLASTR: Coarsen Functions Move coarsen functions to ABLASTR. Rename by property of the coarsening function. * Remove unused imports Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com>
Diffstat (limited to 'Source/Utils/check_interp_points_and_weights.py')
-rw-r--r--Source/Utils/check_interp_points_and_weights.py3
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