aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-12-25 06:44:22 +0000
committerbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-12-25 06:44:22 +0000
commit85cb2e6f9c6191fc9889a1055017236c9a071192 (patch)
tree8caf69ec858bd0a805b8eae902b7739208d1d387 /schedule.ccl
parent2b84e1494caf85bb43ab35d7208c669df61fdc85 (diff)
RIT MHD dev:
Update initial data routines to properly call out pressures and other hydro quantities using EOS_Omni rather than now-defunct interfaces. Add C2P_polytype interface. Un-hardwire fixed values of gamma for all MHD Con2Prim routines. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@117 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 26bdee4..a35dfdb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -77,6 +77,22 @@ if (CCTK_Equals(initial_data,"prim2con2prim_test")) {
}
}
+if (CCTK_Equals(initial_data,"prim2con2prim_polytype_test")) {
+ STORAGE:GRHydro_init_data_reflevel
+ schedule GRHydro_Init_Data_RefinementLevel IN HydroBase_Initial BEFORE p2c2p_call
+ {
+ LANG: Fortran
+ } "Calculate current refinement level"
+
+ if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
+ {
+ schedule p2c2pM_polytype in HydroBase_Initial AS p2c2p_call
+ {
+ LANG: Fortran
+ } "Testing primitive to conservative to primitive - MHD polytype version"
+ }
+}
+
if (CCTK_Equals(initial_data,"reconstruction_test")) {
schedule GRHydro_reconstruction_test in HydroBase_Initial
{