aboutsummaryrefslogtreecommitdiff
path: root/m/WaveToy.m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-04-02 18:42:43 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-04-02 18:42:43 -0500
commit70fd92da159408e939381abf14f37c01d523760d (patch)
tree589333caf890e42614583161b5a71dc00c8f2625 /m/WaveToy.m
parent90b1458fa8c6340ad8c81dbc0dd43ed77f64f993 (diff)
Create several specialised thorns: ML_ADM and ML_BSSN as standard cases,
ML_BSSN_MP for multi-patch simulations, and ML_BSSN_M for AMR simulations with matter. Add helper thorns for all BSSN thorns. Helper thorns are required at run time, e.g. to register gauge conditions. Split ADM and BSSN equations into their own source files.
Diffstat (limited to 'm/WaveToy.m')
-rw-r--r--m/WaveToy.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/m/WaveToy.m b/m/WaveToy.m
index 481080e..25e3afa 100644
--- a/m/WaveToy.m
+++ b/m/WaveToy.m
@@ -43,7 +43,7 @@ PDglob[var_,lx_] := Jinv[u1,lx] PDloc[var,l1];
PDglob[var_,lx_,ly_] :=
dJinv[u1,lx,ly] PDloc[var,l1] + Jinv[u1,lx] Jinv[u2,ly] PDloc[var,l1,l2];
-UseGlobalDerivs = True;
+UseGlobalDerivs = False;
PD := If [UseGlobalDerivs, PDglob, PDloc];
(* timelevels *)