aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index bc000b0..01fbe7f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -22,6 +22,7 @@ EXTENDS KEYWORD initial_data ""
"con2primtest" :: "Testing the con -> prim conversion"
"con2prim2con_test" :: "Testing the con -> prim -> con conversion"
"prim2con2prim_test" :: "Testing the prim -> con -> prim conversion"
+ "prim2con2prim_polytype_test" :: "Testing the prim -> con -> prim conversion - polytype version"
"reconstruction_test" :: "Testing reconstruction"
}
@@ -41,6 +42,11 @@ KEYWORD shock_case "Simple, Sod's problem or other?"
"Simple" :: "GRAstro_Hydro test case"
"Sod" :: "Sod's problem"
"Blast" :: "Strong blast wave"
+ "Balsara1" :: "Balsara Test #1"
+ "Balsara2" :: "Balsara Test #2"
+ "Balsara3" :: "Balsara Test #3"
+ "Balsara4" :: "Balsara Test #4"
+ "Balsara5" :: "Balsara Test #5"
} "Sod"
REAL shock_xpos "Position of shock plane: x"
@@ -106,6 +112,7 @@ REAL Bz_init "Initial B-field in the z-dir"
shares:GRHydro
+USES real GRHydro_eos_rf_prec
USES real GRHydro_rho_central
USES real GRHydro_eps_min ""
USES real GRHydro_perc_ptol ""