Package hedge :: Package timestep :: Module rk4
[hide private]
[frames] | no frames]

Module rk4

source code

LSERK ODE timestepper.


Copyright: Copyright (C) 2007 Andreas Kloeckner

License: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see U{http://www.gnu.org/licenses/}.

Classes [hide private]
  RK4TimeStepper
Variables [hide private]
  _RK4A = [0.0, -0.4178904745, -1.19215169464, -1.69778469247, -...
  _RK4B = [0.149659021999, 0.379210313, 0.822955029387, 0.699450...
  _RK4C = [0.0, 0.149659021999, 0.370400957364, 0.622255763134, ...
Variables Details [hide private]

_RK4A

Value:
[0.0, -0.4178904745, -1.19215169464, -1.69778469247, -1.51418344426]

_RK4B

Value:
[0.149659021999,
 0.379210313,
 0.822955029387,
 0.699450455949,
 0.153057247968]

_RK4C

Value:
[0.0,
 0.149659021999,
 0.370400957364,
 0.622255763134,
 0.958282130675,
 1]