From 5c9a55f3e6335fb1a89a61708a98b285b511ad15 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 7 Apr 2018 11:35:03 +0200 Subject: Initial commit. --- schedule.ccl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..c71adde --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,6 @@ +if (CCTK_Equals(initial_data, "teukolskydata")) { + + SCHEDULE teukolsky_data IN ADMBase_InitialData { + LANG: C + } "Teukolsky wave initial data" +} -- cgit v1.2.3