From 392f490baec0d20c048d65f4f4046daf8b8a5186 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 25 Apr 2002 22:03:52 +0000 Subject: Initial import of new Einstein stuff. This has the new thorns, but not all are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@2 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4 --- schedule.ccl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..0bc95ec --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,29 @@ +# Schedule definitions for thorn ADMAnalysis +# $Header$ + +SCHEDULE ADMAnalysis_ParamCheck AT CCTK_PARAMCHECK +{ + LANG:C +} "Check that the metric_type is recognised" + + +SCHEDULE ADMAnalysis_EvaltrK AT CCTK_ANALYSIS +{ + STORAGE: trace_of_K,detofg + LANG: C + TRIGGERS: trace_of_K,detofg +} "Compute the trace of the extrinsic curvature and the determinant of the metric" + +SCHEDULE ADMAnalysis_MetricCartToSphere AT CCTK_ANALYSIS +{ + STORAGE: spherical_metric + LANG: C + TRIGGERS: spherical_metric +} "Calculate the spherical metric in r,theta(q), phi(p)" + +SCHEDULE ADMAnalysis_CurvCartToSphere AT CCTK_ANALYSIS +{ + STORAGE: spherical_curv + LANG: C + TRIGGERS: spherical_curv +} "Calculate the spherical ex. curvature in r, theta(q), phi(p)" -- cgit v1.2.3