aboutsummaryrefslogtreecommitdiff
path: root/src/patch/grid.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-27 17:20:31 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-27 17:20:31 +0000
commit9aa4aeea088defb0049d20d49cb25838c9ee5a8a (patch)
treea17aaed8516de3b91f856143288ecfe29caf6e49 /src/patch/grid.hh
parent7cf663b1240f031475f7a349559a19944694e5fa (diff)
clarify comments about nominal vs ghosted gridfns
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@377 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/grid.hh')
-rw-r--r--src/patch/grid.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index 9aec5f1..0c9ae7f 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -36,8 +36,10 @@
// The grid has a nominal extent, surrounded by "ghost zones" on each
// side for finite differencing purposes.
//
-// We identify a gridfn by a small-integer "grid function number",
-// a.k.a. "gfn". Each gridfn is stored contiguously.
+// There are separate sets of nominal-grid and ghosted-grid grid functions.
+// We identify a gridfn by a small-integer "grid function number", a.k.a.
+// "gfn". There are separate gfns for nominal and ghosted gridfns. Each
+// gridfn is stored contiguously.
//
class grid_arrays