aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/SpaceTimeToy
diff options
context:
space:
mode:
authoreschnett <>2001-03-21 02:50:00 +0000
committereschnett <>2001-03-21 02:50:00 +0000
commit620b6cc822af2388c1199f80697e3b99fe960b81 (patch)
tree5bf9aeb75a418bb564deb767afb850888eab7136 /CarpetExtra/SpaceTimeToy
parent0f363832a58c39968e9ab51c7c208f7018bf4e0b (diff)
Started to add custom copy and interpolation routines. This should lead
Started to add custom copy and interpolation routines. This should lead to a dramatic speedup. darcs-hash:20010321025058-f6438-f082260f19b22128838978f99cc872108c07e142.gz
Diffstat (limited to 'CarpetExtra/SpaceTimeToy')
-rw-r--r--CarpetExtra/SpaceTimeToy/par/convtest_double.gnuplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/CarpetExtra/SpaceTimeToy/par/convtest_double.gnuplot b/CarpetExtra/SpaceTimeToy/par/convtest_double.gnuplot
index 044460f27..bd9f2dee1 100644
--- a/CarpetExtra/SpaceTimeToy/par/convtest_double.gnuplot
+++ b/CarpetExtra/SpaceTimeToy/par/convtest_double.gnuplot
@@ -6,7 +6,7 @@ omega=sqrt(kx**2 + ky**2 + kz**2)
-# compare to uncoubled systems
+# compare to uncoupled systems
# coarse solutions
p "spacetimetoy_periodic_coarse/phi.zl" u (2*$8):(2*$1==time&&$3==0?$9:0/0) w lp, "hydrotoy_periodic_coarse/u.zl" u (2*$8):(2*$1==time&&$3==0?$9:0/0) w lp, "doubletoy_periodic_coarse/phi.zl" u (2*$8):(2*$1==time&&$3==0?$9:0/0) w lp, "doubletoy_periodic_coarse/u.zl" u (2*$8):(2*$1==time&&$3==0?$9:0/0) w lp, cos((kz*(0.3*x-9) + omega*(0.15*time))*pi) w l