# Schedule definitions for thorn IDLinearWaves if (CCTK_Equals(initial_data,"planewaves")) { schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK { LANG: C } "Check that the metric_type is recognised" schedule IDLinearWaves_PlaneWaves in ADMBase_InitialData { LANG: Fortran } "Construct linear planewave initial data" } if (CCTK_Equals(initial_data,"standing_planewaves")) { schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK { LANG: C } "Check that the metric_type is recognised" schedule IDLinearWaves_Standing_PlaneWaves in ADMBase_InitialData { LANG: Fortran } "Construct linear planewave initial data" } if (CCTK_Equals(initial_data,"teukwaves")) { schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK { LANG: C } "Check that the metric_type is recognised" schedule IDLinearWaves_TeukWaves in ADMBase_InitialData { LANG: Fortran } "Construct linear Teukolsky wave initial data" }