aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gh.cc')
-rw-r--r--Carpet/CarpetLib/src/gh.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc
index a99115147..5bcd64e34 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -462,6 +462,11 @@ locate_position (rvect const & rpos,
gh::cregs const & regs = superregions.AT(rl);
+ // TODO: Ignore this level if this point is not in the active
+ // region (i.e. if it is a buffer point or similar)
+#warning "TODO: check the level_bbox"
+#warning "TODO: (assume this gh has only one dh)"
+
// Search all superregions linearly. Each superregion corresponds
// to a "refined region", and the number of superregions is thus
// presumably independent of the number of processors.