From 85cb2e6f9c6191fc9889a1055017236c9a071192 Mon Sep 17 00:00:00 2001 From: bmundim Date: Sat, 25 Dec 2010 06:44:22 +0000 Subject: 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 --- schedule.ccl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'schedule.ccl') 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 { -- cgit v1.2.3