odeiv::Solver Class Reference

#include <ODESystem.h>

Inheritance diagram for odeiv::Solver:

Inheritance graph
[legend]
Collaboration diagram for odeiv::Solver:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Solver (ODESystem &sys, GslStepperType const &step)
virtual ~Solver ()
virtual void reset (double dt, ODESystem &sys, const double y0[])=0
virtual void advance (double t, double dt, ODESystem &sys)=0
double y (size_t i)

Protected Attributes

GslStepper stepper
double_y_


Detailed Description

Definition at line 127 of file ODESystem.h.


Constructor & Destructor Documentation

odeiv::Solver::Solver ( ODESystem sys,
GslStepperType const &  step 
) [inline]

Definition at line 131 of file ODESystem.h.

References _y_, and odeiv::ODESystem::dimension().

Here is the call graph for this function:

virtual odeiv::Solver::~Solver (  )  [inline, virtual]

Definition at line 135 of file ODESystem.h.

References _y_.


Member Function Documentation

virtual void odeiv::Solver::reset ( double  dt,
ODESystem sys,
const double  y0[] 
) [pure virtual]

virtual void odeiv::Solver::advance ( double  t,
double  dt,
ODESystem sys 
) [pure virtual]

double odeiv::Solver::y ( size_t  i  )  [inline]


Member Data Documentation

double* odeiv::Solver::_y_ [protected]


The documentation for this class was generated from the following file:

Generated on Wed Jul 9 16:34:56 2008 for PCSIM by  doxygen 1.5.5