#include <Integrator.h>
Inheritance diagram for OSCAR::Integrator:

Public Methods | |
| Integrator (unsigned int noVariables) | |
| virtual | ~Integrator () |
| virtual Vector & | Integrate (void(*pfun)(double, const Vector &, Vector &), double timeStep, double time, Vector &initial)=0 |
Protected Attributes | |
| Vector | results |
|
|
|
|
|
|
|
||||||||||||||||||||
|
Call this method to integrate a system of equations. pfun is a pointer to the function that describes the equations. The function must be in the form of ode(double t, Vector& x, Vector& xdot). x' = f(t,x) Implemented in OSCAR::RungeKutta. |
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |