aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D_tensors.h
diff options
context:
space:
mode:
authorschnetter <schnetter@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-06-01 19:43:30 +0000
committerschnetter <schnetter@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-06-01 19:43:30 +0000
commit55377f0d42a931cba25c97977a70c90f0095dedf (patch)
treec7a35de78b68d3283857f8f71cf78e425390d62f /src/Cartoon2D_tensors.h
parentbf0ebb2acc212e439727a551be97a772af94d1b5 (diff)
Handle groups of tensor type Scalar that have more than one component.
This is actually legal and means that these components are all scalars themselves; it is used e.g. in Whisky. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@91 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src/Cartoon2D_tensors.h')
-rw-r--r--src/Cartoon2D_tensors.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Cartoon2D_tensors.h b/src/Cartoon2D_tensors.h
index 29c72ec..bbb4fa8 100644
--- a/src/Cartoon2D_tensors.h
+++ b/src/Cartoon2D_tensors.h
@@ -6,11 +6,6 @@
#define TENSORTYPE_U 1
#define TENSORTYPE_DDSYM 2
-/* Number of components */
-#define N_TENSORTYPE_SCALAR 1
-#define N_TENSORTYPE_U 3
-#define N_TENSORTYPE_DDSYM 6
-
/* Prolongation methods */
#define PROLONG_LAGRANGE 1
#define PROLONG_ENO 2