From 202b93c3eafd590773c893ee4cc924899b452a33 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 8 Dec 2022 13:08:07 -0800 Subject: 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> --- Source/Utils/check_interp_points_and_weights.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Utils/check_interp_points_and_weights.py') 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 -- cgit v1.2.3