aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2007-04-21 02:53:19 +0000
committerschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2007-04-21 02:53:19 +0000
commita29e3c43c4cd68052703cf6f37abdf4c6a5f921a (patch)
tree5754134572da8f6191db4389b396604be1ac0018 /schedule.ccl
parent0ab811fd67780bf002aca301e64dc34a9d0b65e0 (diff)
Add the capability to rotate initial data, similar to the existing
boost transformation. Add spherical Kerr-Schild initial data, i.e., Kerr-Schild data in which the horizon is a coordinate sphere. Add the capability to smooth Kerr-Schild data with a parabolic term. Re-indent param.ccl consistently. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@246 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 8 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 09a7d32..59b4a50 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -66,7 +66,7 @@ if ( (CCTK_Equals(initial_data,"slice")) && ! (CCTK_Equals(evolution_method,"sli
if ( (CCTK_Equals(initial_lapse,"exact")) || (CCTK_Equals(initial_shift,"exact")) )
{
- schedule Exact__gauge in ADMBase_InitialData after Exact__decode_pars
+ schedule Exact__gauge in ADMBase_InitialGauge
{
LANG: Fortran
} "Set initial lapse and/or shift from exact solution on a trivial slice"
@@ -82,10 +82,17 @@ if ( (CCTK_Equals(lapse_evolution_method,"exact")) || (CCTK_Equals(shift_evoluti
OPTIONS: global
} "Register slicings"
+ # Necessary if MoL is not used
schedule Exact__gauge at CCTK_PRESTEP
{
LANG: Fortran
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
+
+ # Necessary if MoL is used
+ schedule Exact__gauge in MoL_PostStep
+ {
+ LANG: Fortran
+ } "Set evolution lapse and/or shift from exact solution on a trivial slice"
}
#######################################################################