From c3b57a963f4125e0e53c4b76eaeca586ccad4b12 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 24 Oct 2001 10:21:44 +0000 Subject: Commiting changes needed to include cartoon. Major change is that the group ADMConstraints::constraints does not exist any more, it has been replaced by two separate groups: ADMConstraints::hamiltonian ADMConstraints::momentum The reason for this change is that cartoon needs to have groups that correspond to scalars, vectors or tensors. These changes were coded by Ryoji, even if I am commiting them. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@51 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- interface.ccl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 5554ee9..63755b1 100644 --- a/interface.ccl +++ b/interface.ccl @@ -5,14 +5,18 @@ inherits: einstein USES INCLUDE: CalcTmunu.inc USES INCLUDE: CalcTmunu_temps.inc +USES INCLUDE: CalcTmunu_rfr.inc private: -real ADMconstraints type=GF +real hamiltonian type=GF { - momx, - momy, - momz, ham -} "ADM constraints" +} "Hamiltonian constraint" +real momentum type=GF +{ + momx, + momy, + momz +} "Momentum constraints" -- cgit v1.2.3