aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-24 16:14:16 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-24 16:14:16 +0200
commit5f1e4cfa6e22006d374a0128fc52a22680e13121 (patch)
tree2c0bec860ed3d2f6366c1f5cab9cd6440a413b4d
parent8fde5dbadbdc70792b7ea2b8e74b6baf82b54979 (diff)
Do not prolongate W.
It should be always completely overwritten by the thorn that computes it right before it is used.
-rw-r--r--ML_BSSN/interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ML_BSSN/interface.ccl b/ML_BSSN/interface.ccl
index 78e9d98..e6671e3 100644
--- a/ML_BSSN/interface.ccl
+++ b/ML_BSSN/interface.ccl
@@ -172,7 +172,7 @@ CCTK_REAL ML_cons_traceA type=GF timelevels=1 tags='tensortypealias="Scalar" ten
} "ML_cons_traceA"
public:
-CCTK_REAL ML_W TYPE=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=2'
+CCTK_REAL ML_W TYPE=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
W
}