From d3944383150bc81a1b03e05b043a69347cb962c9 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 7 Apr 2008 03:23:24 +0000 Subject: Correct the tensor type of the momentum constraint: it is covariant, not contravariant. (This should have no effect on simulations.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@132 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index d1bcc35..34c1184 100644 --- a/interface.ccl +++ b/interface.ccl @@ -32,7 +32,7 @@ real normalized_hamiltonian timelevels=3 type=GF tags='tensortypealias="Scalar" hamnormalized } "Normalized hamiltonian constraint" -real momentum type=GF timelevels=3 tags='tensortypealias="U" ProlongationParameter="ADMConstraints::constraints_prolongation_type"' +real momentum type=GF timelevels=3 tags='tensortypealias="d" ProlongationParameter="ADMConstraints::constraints_prolongation_type"' { momx, momy, -- cgit v1.2.3