aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-05-09 01:03:12 +0000
committereschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-05-09 01:03:12 +0000
commit036f3c9bfc3b605201406f8badd237088552689b (patch)
treecfcd210145e4fc0d7ed7422b3fb06d229c6381b0 /interface.ccl
parent80d7ee804818a46db34f102c5f08b913544a34c2 (diff)
Make Y_e fluxes publicly visible
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@247 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 50d791a..449a888 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -529,7 +529,9 @@ real fs_alpha TYPE=SCALAR
} "Maximum characteristic speeds for the flux splitting"
real Y_e_con_rhs TYPE=GF tags='Prolongation="None" checkpoint="no"' "RHS for the electron fraction"
+public:
real Y_e_con_flux TYPE=GF tags='Prolongation="None" checkpoint="no"' "Flux for the electron fraction"
+private:
real Y_e_plus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Plus state for the electron fraction"
real Y_e_minus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Minus state for the electron fraction"