aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorherrmann <herrmann@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-17 18:52:07 +0000
committerherrmann <herrmann@f4913095-0e4f-0410-abea-a123d184f1f3>2005-03-17 18:52:07 +0000
commit64766fe372e77ca035c2a87ac06f19c336f4483c (patch)
treea2eacb86061bf54a43fe73a31adb9154b8c7cd6a /schedule.ccl
parentaa603289560d84022ec792d4ac5b08fce08641e2 (diff)
initial commit.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Norms/trunk@2 f4913095-0e4f-0410-abea-a123d184f1f3
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl17
1 files changed, 17 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..4067605
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,17 @@
+# Schedule definitions for thorn Norms
+# $Header$
+
+STORAGE: do_nothing_group,handles_group,varinfo,nrdecvar_gr,norm_group,diff_term_group
+
+
+
+schedule Norms_Setup_Vars at ANALYSIS
+{
+ LANG: C
+} "check norm_type and setup the vars info"
+
+
+schedule Norms_Compute_Norms at ANALYSIS
+{
+ LANG: C
+} "compute the norm"