summaryrefslogtreecommitdiffstats
path: root/src/vZ/HE12.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vZ/HE12.hpp')
-rw-r--r--src/vZ/HE12.hpp14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/vZ/HE12.hpp b/src/vZ/HE12.hpp
index 0f7a299..48d63ec 100644
--- a/src/vZ/HE12.hpp
+++ b/src/vZ/HE12.hpp
@@ -28,15 +28,11 @@ namespace vZ
// Second-order with embedded first-order
// Its tableau is:
//
- // 0 |
- // 1 | 1
- // --+---------
- // | 1/2 1/2
- // | 1 0
- //
- // k1 = dt*f(y[n])
- // k2 = dt*f(y[n] + dt*k1)
- // y[n + 1] = y[n] + 1/2*(k1 + k2)
+ // 0 |
+ // 1 | 1
+ // ---+---------
+ // b | 1/2 1/2
+ // b* | 1 0
template <typename Y>
class GenericHE12Integrator : public GenericAdaptiveIntegrator<Y>
{