aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl19
1 files changed, 17 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index d7451a4..c04b9a3 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -286,6 +286,21 @@ void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \
USES FUNCTION EOS_Omni_press
+void FUNCTION EOS_Omni_press_cs2(CCTK_INT IN eoskey, \
+ CCTK_INT IN havetemp, \
+ CCTK_REAL IN rf_precision, \
+ CCTK_INT IN npoints, \
+ CCTK_REAL IN ARRAY rho, \
+ CCTK_REAL INOUT ARRAY eps, \
+ CCTK_REAL INOUT ARRAY temp, \
+ CCTK_REAL IN ARRAY ye, \
+ CCTK_REAL OUT ARRAY press, \
+ CCTK_REAL OUT ARRAY cs2, \
+ CCTK_INT OUT ARRAY keyerr, \
+ CCTK_INT OUT anyerr)
+
+USES FUNCTION EOS_Omni_press_cs2
+
void FUNCTION EOS_Omni_DPressByDEps(CCTK_INT IN eoskey, \
CCTK_INT IN havetemp, \
@@ -455,8 +470,8 @@ CCTK_REAL local_shift type = GF Timelevels = 1 tags='Prolongation="None" checkpo
real GRHydro_prim_bext type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
{
rhoplus, velxplus, velyplus, velzplus, pressplus, epsplus, w_lorentzplus,
- rhominus, velxminus, velyminus, velzminus, pressminus, epsminus,
- w_lorentzminus
+ cs2plus, rhominus, velxminus, velyminus, velzminus, pressminus, epsminus,
+ w_lorentzminus, cs2minus
} "Primitive variables extended to the cell boundaries"
int GRHydro_scalars type = SCALAR tags='checkpoint="no"'