aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-11-07 09:51:21 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2007-11-07 09:51:21 -0600
commitc044c4b1eec15aec88e53d151293d68c21dae23f (patch)
tree314c27fc895c3cd5ec8663a95722d1b01e9e64ab /ML_BSSN/interface.ccl
parent7bfc37e91e40dea7e1f5a86096ae8668a6d548b1 (diff)
Continued development on the BSSN constraints
Rename dtalpha and dtbeta to A and B. Add alternative formulae for the conformal Ricci tensor as comments.
Diffstat (limited to 'ML_BSSN/interface.ccl')
-rw-r--r--ML_BSSN/interface.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/ML_BSSN/interface.ccl b/ML_BSSN/interface.ccl
index dd11e9f..2e9cc98 100644
--- a/ML_BSSN/interface.ccl
+++ b/ML_BSSN/interface.ccl
@@ -78,15 +78,15 @@ CCTK_REAL curvrhs type=GF timelevels=1 tags='tensortypealias="DD_sym" tensorweig
public:
CCTK_REAL dtlapserhs type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=1.0000000000000000000'
{
- dtalpharhs
+ Arhs
} "dtlapserhs"
public:
CCTK_REAL dtshiftrhs type=GF timelevels=1 tags='tensortypealias="U" tensorweight=1.0000000000000000000'
{
- dtbeta1rhs,
- dtbeta2rhs,
- dtbeta3rhs
+ B1rhs,
+ B2rhs,
+ B3rhs
} "dtshiftrhs"
public:
@@ -148,15 +148,15 @@ CCTK_REAL curv type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=
public:
CCTK_REAL dtlapse type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=1.0000000000000000000'
{
- dtalpha
+ A
} "dtlapse"
public:
CCTK_REAL dtshift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=1.0000000000000000000'
{
- dtbeta1,
- dtbeta2,
- dtbeta3
+ B1,
+ B2,
+ B3
} "dtshift"
public: