aboutsummaryrefslogtreecommitdiff
path: root/src/patch/grid.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-17 17:13:47 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-17 17:13:47 +0000
commit30801866f7ecdaca9f718025372ad5f85b041da3 (patch)
tree06cdd8875eaea4089a7fa26a5b78dd8504109488 /src/patch/grid.hh
parent5dfff7277b864a32e79527ad50b0985f37fabad7 (diff)
merge common code in print nominal/ghosted routines into new
print_unknown_gridfn() routines, both in patch:: and patch_system:: also new patch:: read routines also declarations (but no code yet) for patch_system:: read routines git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@534 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/grid.hh')
-rw-r--r--src/patch/grid.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index e365abf..a5cf316 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -39,6 +39,8 @@
// There are separate sets of nominal-grid and ghosted-grid gridfns.
// We identify a gridfn by a small-integer "grid function number", a.k.a.
// "gfn". There are separate gfns for nominal and ghosted gridfns.
+// In a very few places we refer to "unknown-grid" gridfns; these might
+// be either nominal-grid or ghosted-grid.
//
// For our application (apparent horizon finding), it's useful for the
// storage for a single gridfn to be contiguous *across all patches*.