From 312c4501b28f9d0b43c14451f383b3341b96c759 Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 29 Nov 2010 16:39:07 +0000 Subject: Add initial implementation git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@2 105869f7-3296-0410-a4ea-f4349344b45a --- README | 9 +++++++++ configuration.ccl | 5 +++++ interface.ccl | 5 +++++ param.ccl | 1 + schedule.ccl | 1 + 5 files changed, 21 insertions(+) create mode 100644 README create mode 100644 configuration.ccl create mode 100644 interface.ccl create mode 100644 param.ccl create mode 100644 schedule.ccl diff --git a/README b/README new file mode 100644 index 0000000..a49408d --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +Cactus Code Thorn Vectors +Author(s) : Erik Schnetter +Maintainer(s): Erik Schnetter +Licence : GPL +-------------------------------------------------------------------------- + +1. Purpose + +Provide a C++ class template that helps vectorisation. diff --git a/configuration.ccl b/configuration.ccl new file mode 100644 index 0000000..ec50e58 --- /dev/null +++ b/configuration.ccl @@ -0,0 +1,5 @@ +# Configuration definitions for thorn Vectors + +PROVIDES Vectors +{ +} diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..bc486df --- /dev/null +++ b/interface.ccl @@ -0,0 +1,5 @@ +# Interface definition for thorn Vectors + +IMPLEMENTS: Vectors + +INCLUDE HEADER: vectors.h IN vectors.h diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..dc5d37e --- /dev/null +++ b/param.ccl @@ -0,0 +1 @@ +# Parameter definitions for thorn Vectors diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..2f68b01 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1 @@ +# Schedule definitions for thorn Vectors -- cgit v1.2.3