# Schedule definitions for thorn TimeGeodesic # $Header$ schedule TimeGeodesic_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check Parameters concerning the conformal state" if (num_active) { schedule num_init at CCTK_INITIAL { LANG: Fortran } "Initialize geodesics in numerical spacetime" schedule num_integrate at CCTK_POSTSTEP { LANG: Fortran } "Integrate geodesics in numerical spacetime" } if (exa_active) { schedule exa_init at CCTK_INITIAL AFTER num_init { LANG: Fortran } "Initialize geodesics in exact spacetime" schedule num_integrate at CCTK_POSTSTEP { LANG: Fortran } "Integrate geodesics in exact spacetime" }