aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: bc04f174693be06bf28d8ffe714e7097302e1298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Schedule definitions for thorn IDAnalyticBH
# $Header$

if (CCTK_Equals(model,"schwarzschild")) 
{ 
   schedule Schwarzschild at CACTUS_INITIAL
   {
     LANG: Fortran
   } "Construct initial data for a single Schwarzschild black hole"

}