aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <eschnett@10-4-36-54.lsu.edu>2007-11-05 11:21:08 -0600
committerErik Schnetter <eschnett@10-4-36-54.lsu.edu>2007-11-05 11:21:08 -0600
commit3cb4af668f8aae3585fad040ee5afcb7254f5fb5 (patch)
treeb09b1ced63cff895dc51ac766eefbe5d9b856e98 /ML_ADM/interface.ccl
parent0ce4347e570531db0b35480a8f1272f7de555550 (diff)
Internal changes, add debug statements
Reverse order of canonical indices of symmetric tensors. Add debug statements for BSSN constraints.
Diffstat (limited to 'ML_ADM/interface.ccl')
-rw-r--r--ML_ADM/interface.ccl24
1 files changed, 12 insertions, 12 deletions
diff --git a/ML_ADM/interface.ccl b/ML_ADM/interface.ccl
index c3fae86..7137187 100644
--- a/ML_ADM/interface.ccl
+++ b/ML_ADM/interface.ccl
@@ -48,10 +48,10 @@ public:
CCTK_REAL curvrhs type=GF timelevels=1 tags='tensortypealias="DD_sym" tensorweight=1.0000000000000000000'
{
K11rhs,
- K21rhs,
- K31rhs,
+ K12rhs,
+ K13rhs,
K22rhs,
- K32rhs,
+ K23rhs,
K33rhs
} "curvrhs"
@@ -65,10 +65,10 @@ public:
CCTK_REAL metricrhs type=GF timelevels=1 tags='tensortypealias="DD_sym" tensorweight=1.0000000000000000000'
{
g11rhs,
- g21rhs,
- g31rhs,
+ g12rhs,
+ g13rhs,
g22rhs,
- g32rhs,
+ g23rhs,
g33rhs
} "metricrhs"
@@ -84,10 +84,10 @@ public:
CCTK_REAL curv type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=1.0000000000000000000'
{
K11,
- K21,
- K31,
+ K12,
+ K13,
K22,
- K32,
+ K23,
K33
} "curv"
@@ -101,10 +101,10 @@ public:
CCTK_REAL metric type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=1.0000000000000000000'
{
g11,
- g21,
- g31,
+ g12,
+ g13,
g22,
- g32,
+ g23,
g33
} "metric"