From e4857d7abd64993c18986b7b5f7e3b0c14eb27e0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 6 Oct 2010 23:05:48 -0400 Subject: Clean up integrator comments. --- src/vZ/Heun.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/vZ/Heun.hpp') diff --git a/src/vZ/Heun.hpp b/src/vZ/Heun.hpp index 5e697af..7de2f40 100644 --- a/src/vZ/Heun.hpp +++ b/src/vZ/Heun.hpp @@ -32,11 +32,7 @@ namespace vZ // 0 | // 1 | 1 // --+--------- - // | 1/2 1/2 - // - // k1 = dt*f(y[n]) - // k2 = dt*f(y[n] + dt*k1) - // y[n + 1] = y[n] + 1/2*(k1 + k2) + // b | 1/2 1/2 template class GenericHeunIntegrator : public GenericSimpleIntegrator { -- cgit v1.2.3