SIMLIB/C++  3.07
Namespaces | Functions | Variables
numint.cc File Reference

Numerical integration methods. More...

#include "simlib.h"
#include "internal.h"
#include "ni_abm4.h"
#include "ni_euler.h"
#include "ni_fw.h"
#include "ni_rke.h"
#include "ni_rkf3.h"
#include "ni_rkf5.h"
#include "ni_rkf8.h"
#include <cstddef>
#include <cstring>
Include dependency graph for numint.cc:

Go to the source code of this file.

Namespaces

 simlib3
 Implementation of class CalendarList
interface is static - using global functions in SQS namespace.
 

Functions

void simlib3::SetErrNo (int num)
 

Variables

ABM4 simlib3::abm4 ("abm4", "rkf5")
 Adams-Bashforth-Moulton, 4th order. More...
 
EULER simlib3::euler ("euler")
 Euler method. More...
 
FW simlib3::fw ("fw")
 Fowler-Warten (Warning: needs testing, do not use) More...
 
RKE simlib3::rke ("rke")
 Runge-Kutta-England, 4th order? More...
 
RKF3 simlib3::rkf3 ("rkf3")
 Runge-Kutta-Fehlberg, 3rd order. More...
 
RKF5 simlib3::rkf5 ("rkf5")
 Runge-Kutta-Fehlberg, 5th order. More...
 
RKF8 simlib3::rkf8 ("rkf8")
 Runge-Kutta-Fehlberg, 8th order. More...
 

Detailed Description

Numerical integration methods.

Definition in file numint.cc.