aboutsummaryrefslogtreecommitdiff
path: root/src/gr/gfns.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/gfns.hh')
-rw-r--r--src/gr/gfns.hh17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/gr/gfns.hh b/src/gr/gfns.hh
index ee80c90..c223d03 100644
--- a/src/gr/gfns.hh
+++ b/src/gr/gfns.hh
@@ -16,10 +16,11 @@ namespace gfns
// ghosted gridfns
enum {
- ghosted_min_gfn = -1, // must set this by hand so
+ ghosted_min_gfn = -3, // must set this by hand so
// ghosted_max_gfn is still < 0
gfn__h = ghosted_min_gfn,
- ghosted_max_gfn = gfn__h
+ gfn__save_h,
+ ghosted_max_gfn = gfn__save_h
};
// nominal gridfns
@@ -38,7 +39,7 @@ enum {
gfn__global_x = nominal_min_gfn, // no access macro
gfn__global_y, // no access macro
gfn__global_z, // no access macro
-
+
gfn__global_xx, // no access macro
gfn__global_xy, // no access macro
gfn__global_xz, // no access macro
@@ -46,6 +47,11 @@ enum {
gfn__global_yz, // no access macro
gfn__global_zz, // no access macro
+ gfn__mask, // no access macro
+ gfn__partial_d_mask_1, // no access macro
+ gfn__partial_d_mask_2, // no access macro
+ gfn__partial_d_mask_3, // no access macro
+
gfn__g_dd_11,
gfn__g_dd_12,
gfn__g_dd_13,
@@ -82,6 +88,9 @@ enum {
gfn__partial_d_psi_2, // no access macro
gfn__partial_d_psi_3, // no access macro
+ gfn__mean_curvature, // no access macro
+ gfn__save_mean_curvature, // no access macro
+
gfn__Theta,
gfn__partial_Theta_wrt_partial_d_h_1,
gfn__partial_Theta_wrt_partial_d_h_2,
@@ -90,6 +99,8 @@ enum {
gfn__partial_Theta_wrt_partial_dd_h_22,
gfn__Delta_h,
gfn__save_Theta,
+ gfn__old_Theta,
+ gfn__zero,
gfn__one,
nominal_max_gfn = gfn__one // no comma
};