aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-05-03 03:04:37 +0000
committerbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-05-03 03:04:37 +0000
commit22870a2eb56af28e5c5d9ef23e7b99fad0adb2ff (patch)
treedd71422d5f69fa30d898edc786223c40a39c5135 /schedule.ccl
parent0173344609ff7e4810be20ef90840c7353ebefe7 (diff)
file/parameter string replacement from whisky to GRHydro
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@106 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl30
1 files changed, 15 insertions, 15 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1503665..1622776 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,33 +1,33 @@
-# Schedule definitions for thorn Whisky_Init_Data
+# Schedule definitions for thorn GRHydro_Init_Data
-schedule Whisky_InitData_CheckParameters AT CCTK_PARAMCHECK
+schedule GRHydro_InitData_CheckParameters AT CCTK_PARAMCHECK
{
LANG: C
} "Check parameters"
if (CCTK_Equals(initial_hydro,"shocktube")) {
- schedule Whisky_shocktube in HydroBase_Initial
+ schedule GRHydro_shocktube in HydroBase_Initial
{
LANG: Fortran
} "Shocktube initial data"
}
if (CCTK_Equals(initial_data,"con2primtest")) {
- STORAGE:whisky_init_data_reflevel
- schedule Whisky_Init_Data_RefinementLevel IN HydroBase_Initial BEFORE Whisky_con2primtest
+ STORAGE:GRHydro_init_data_reflevel
+ schedule GRHydro_Init_Data_RefinementLevel IN HydroBase_Initial BEFORE GRHydro_con2primtest
{
LANG: Fortran
} "Calculate current refinement level"
- schedule Whisky_con2primtest in HydroBase_Initial
+ schedule GRHydro_con2primtest in HydroBase_Initial
{
LANG: Fortran
} "Testing the conservative to primitive solver"
}
if (CCTK_Equals(initial_data,"con2prim2con_test")) {
- STORAGE:whisky_init_data_reflevel
- schedule Whisky_Init_Data_RefinementLevel IN HydroBase_Initial BEFORE c2p2c
+ STORAGE:GRHydro_init_data_reflevel
+ schedule GRHydro_Init_Data_RefinementLevel IN HydroBase_Initial BEFORE c2p2c
{
LANG: Fortran
} "Calculate current refinement level"
@@ -39,24 +39,24 @@ if (CCTK_Equals(initial_data,"con2prim2con_test")) {
}
if (CCTK_Equals(initial_data,"reconstruction_test")) {
- schedule Whisky_reconstruction_test in HydroBase_Initial
+ schedule GRHydro_reconstruction_test in HydroBase_Initial
{
LANG: Fortran
- STORAGE: whisky_prim_bext
- STORAGE: whisky_scalars
+ STORAGE: GRHydro_prim_bext
+ STORAGE: GRHydro_scalars
OPTIONS: global loop-local
} "Testing the reconstruction"
}
if (CCTK_Equals(initial_hydro,"only_atmo")) {
- schedule Whisky_Only_Atmo in HydroBase_Initial
+ schedule GRHydro_Only_Atmo in HydroBase_Initial
{
LANG: Fortran
} "Only atmosphere as initial data"
}
if (CCTK_Equals(initial_hydro,"read_conformal")) {
- schedule Whisky_ReadConformalData in HydroBase_Initial
+ schedule GRHydro_ReadConformalData in HydroBase_Initial
{
LANG: Fortran
} "Set the missing quantities, after reading in from file initial data from conformally-flat codes (Garching)"
@@ -65,13 +65,13 @@ if (CCTK_Equals(initial_hydro,"read_conformal")) {
if (CCTK_Equals(initial_hydro,"simple_wave")) {
STORAGE: simple_wave_grid_functions
STORAGE: simple_wave_scalars
- schedule Whisky_SimpleWave in HydroBase_Initial
+ schedule GRHydro_SimpleWave in HydroBase_Initial
{
LANG: Fortran
} "Set initial data from Anile Miller Motta, Phys.Fluids. 26, 1450 (1983)"
STORAGE: simple_wave_output
- schedule Whisky_SimpleWave_Analysis AT CCTK_ANALYSIS AFTER Whisky_Entropy
+ schedule GRHydro_SimpleWave_Analysis AT CCTK_ANALYSIS AFTER GRHydro_Entropy
{
LANG: Fortran
} "Compute some output variables for the Simple Wave"