aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-12 20:06:39 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-12 20:06:39 +0000
commitf300a7dc763ecb661a61bd93f0a5f9ab154d0f25 (patch)
tree88c99a187bb2c8ab2c8635de7b9bbd0be9c64d9d
parent5b997b06baaf17deb1982c533b65ada9ff708201 (diff)
add gfns for skeletal patch system
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@968 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--src/gr/gfns.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gr/gfns.hh b/src/gr/gfns.hh
index f64fa56..d5186d0 100644
--- a/src/gr/gfns.hh
+++ b/src/gr/gfns.hh
@@ -1,6 +1,10 @@
// gfns.hh -- define gfns of all gridfns
// $Header$
+//
+// For a skeletal patch system we only use the ghosted gridfns.
+//
+
namespace gfns
{
@@ -17,6 +21,11 @@ enum {
nominal_min_gfn = 1,
//
+ // for a skeletal patch system we don't need any nominal gridfns
+ //
+ skeletal_nominal_max_gfn = nominal_min_gfn - 1,
+
+ //
// most of these gridfns have access macros in "cg.hh";
// the ones that don't are marked explicitly
//