aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-01-11 15:58:25 +0000
committerknarf <knarf@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-01-11 15:58:25 +0000
commit701b726ec7c6f37809ddd9eeea93a435dfc11f6b (patch)
tree300ebd4fc87eff4c496ac35f96bd666fce5af732 /schedule.ccl
parent7c7511d577c233d97a5edf7f4403768935bf696b (diff)
update from public Whisky version
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@12 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 36f1461..1503665 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,7 +5,7 @@ schedule Whisky_InitData_CheckParameters AT CCTK_PARAMCHECK
LANG: C
} "Check parameters"
-if (CCTK_Equals(whisky_initial_data,"shocktube")) {
+if (CCTK_Equals(initial_hydro,"shocktube")) {
schedule Whisky_shocktube in HydroBase_Initial
{
LANG: Fortran
@@ -48,21 +48,21 @@ if (CCTK_Equals(initial_data,"reconstruction_test")) {
} "Testing the reconstruction"
}
-if (CCTK_Equals(whisky_initial_data,"only_atmo")) {
+if (CCTK_Equals(initial_hydro,"only_atmo")) {
schedule Whisky_Only_Atmo in HydroBase_Initial
{
LANG: Fortran
} "Only atmosphere as initial data"
}
-if (CCTK_Equals(whisky_initial_data,"read_conformal")) {
+if (CCTK_Equals(initial_hydro,"read_conformal")) {
schedule Whisky_ReadConformalData in HydroBase_Initial
{
LANG: Fortran
} "Set the missing quantities, after reading in from file initial data from conformally-flat codes (Garching)"
}
-if (CCTK_Equals(whisky_initial_data,"simple_wave")) {
+if (CCTK_Equals(initial_hydro,"simple_wave")) {
STORAGE: simple_wave_grid_functions
STORAGE: simple_wave_scalars
schedule Whisky_SimpleWave in HydroBase_Initial