From 5f1e4cfa6e22006d374a0128fc52a22680e13121 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 24 Apr 2020 16:14:16 +0200 Subject: Do not prolongate W. It should be always completely overwritten by the thorn that computes it right before it is used. --- ML_BSSN/interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3