summaryrefslogtreecommitdiff
path: root/rk3_8.txt
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-08-04 15:55:25 +0200
committerErich Eckner <git@eckner.net>2015-08-04 15:55:25 +0200
commit9a20545e798a68ebd73f92ca0f19a2cfbebf5983 (patch)
tree5dae20a84b7c2127d0f182f99a2f79c554304517 /rk3_8.txt
parente425856940fd5237241d315c26d61b5f41e23ad4 (diff)
downloadPlasmapropagation-9a20545e798a68ebd73f92ca0f19a2cfbebf5983.tar.xz
alle Runge-Kuttas in .inc ausgelagert,
minimales dT auf dX gesetzt (sonst Bug z.B. in AY)
Diffstat (limited to 'rk3_8.txt')
-rw-r--r--rk3_8.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/rk3_8.txt b/rk3_8.txt
new file mode 100644
index 0000000..cc1ec70
--- /dev/null
+++ b/rk3_8.txt
@@ -0,0 +1,30 @@
+ THE COEFFICIENTS OF RK4
+ using the notation of Fehlberg, Bettis, Horn, et alia
+
+
+ k a[k]
+
+ 0 0
+ 1 1/3
+ 2 2/3
+ 3 1
+
+
+ k c[k]
+
+ 0 1/8
+ 1 3/8
+ 2 3/8
+ 3 1/8
+
+
+ k j ß[k,j]
+
+ 1 0 1/3
+ 2 0 -1/3
+ 2 1 1
+ 3 0 1
+ 3 1 -1
+ 3 2 1
+
+