aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/Perturb/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Auxiliary/Cactus/KrancNumericalTools/Perturb/schedule.ccl')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/Perturb/schedule.ccl21
1 files changed, 0 insertions, 21 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/Perturb/schedule.ccl b/Auxiliary/Cactus/KrancNumericalTools/Perturb/schedule.ccl
deleted file mode 100644
index 268f81d..0000000
--- a/Auxiliary/Cactus/KrancNumericalTools/Perturb/schedule.ccl
+++ /dev/null
@@ -1,21 +0,0 @@
-# Schedule definitions for thorn Perturb
-# $Header$
-
-if (apply_id_perturb) {
- SCHEDULE id_perturb AT CCTK_POSTINITIAL
- {
- LANG: C
- } "Add perturb to initial data"
-}
-
-if (apply_bc_perturb) {
- SCHEDULE bc_perturb AT CCTK_POSTSTEP
- {
- LANG: C
- } "Add perturb to boundary condition"
-
- SCHEDULE bc_perturb AT CCTK_POSTRESTRICT
- {
- LANG: C
- } "Add perturb to boundary condition"
-}