aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-10 17:26:44 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-10 17:26:44 +0200
commitbd13c2a41e94b7e89cdc258fbb132b6f5d67e693 (patch)
tree8bfeef0f116b50b91e797d5673d20660f4443bc4 /ML_ADM
parent8df3aae833eb6bf334b0decb57ebf9e1baf33ddf (diff)
Regenerate code (Kranc commit 04da452636ed006901602e924900ea71378f55b5)
The order of entries in interface.ccl has changed due to internal cleanup in Kranc. Kranc contains checks that the group declarations are the same apart from the ordering.
Diffstat (limited to 'ML_ADM')
-rw-r--r--ML_ADM/interface.ccl44
1 files changed, 22 insertions, 22 deletions
diff --git a/ML_ADM/interface.ccl b/ML_ADM/interface.ccl
index c7ff31c..67ca8e6 100644
--- a/ML_ADM/interface.ccl
+++ b/ML_ADM/interface.ccl
@@ -29,18 +29,15 @@ CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT
USES FUNCTION Boundary_SelectVarForBC
public:
-CCTK_REAL ML_Ham type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0'
-{
- H
-} "ML_Ham"
-
-public:
-CCTK_REAL ML_mom type=GF timelevels=1 tags='tensortypealias="D" tensorweight=0'
+CCTK_REAL ML_metric type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0'
{
- M1,
- M2,
- M3
-} "ML_mom"
+ g11,
+ g12,
+ g13,
+ g22,
+ g23,
+ g33
+} "ML_metric"
public:
CCTK_REAL ML_curv type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0'
@@ -60,17 +57,6 @@ CCTK_REAL ML_lapse type=GF timelevels=3 tags='tensortypealias="Scalar" tensorwei
} "ML_lapse"
public:
-CCTK_REAL ML_metric type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0'
-{
- g11,
- g12,
- g13,
- g22,
- g23,
- g33
-} "ML_metric"
-
-public:
CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
{
beta1,
@@ -79,6 +65,20 @@ CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0
} "ML_shift"
public:
+CCTK_REAL ML_Ham type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0'
+{
+ H
+} "ML_Ham"
+
+public:
+CCTK_REAL ML_mom type=GF timelevels=1 tags='tensortypealias="D" tensorweight=0'
+{
+ M1,
+ M2,
+ M3
+} "ML_mom"
+
+public:
CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0 Prolongation="None"'
{
K11rhs,