aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 6812c02dc230bd986a36c33f8c77cfa0bfda3d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Schedule definitions for thorn IDAnalyticBH
# $Header$


if (CCTK_Equals(initial_data,"schwarzschild")) 
{ 
   if (use_conformal)
   {
     STORAGE: confac, confac_1derivs, confac_2derivs
   }
	
   schedule Schwarzschild at CACTUS_INITIAL
   {
     LANG: Fortran
   } "Construct initial data for a single Schwarzschild black hole"

}

if (CCTK_Equals(initial_data,"bl_bh")) 
{ 
   STORAGE: confac, confac_1derivs, confac_2derivs

   schedule BrillLindquist at CACTUS_INITIAL
   {
     LANG: Fortran
   } "Construct initial data for Brill Lindquist black holes"

}

if (CCTK_Equals(initial_data,"misner_bh")) 
{ 
   STORAGE: confac, confac_1derivs, confac_2derivs

   schedule Misner at CACTUS_INITIAL
   {
     LANG: Fortran
   } "Construct initial data for Misner black holes"

}