odeiv::FixedStepSolver Class Reference

#include <ODESystem.h>

Inheritance diagram for odeiv::FixedStepSolver:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 FixedStepSolver (ODESystem &sys, GslStepperType const &step)
virtual ~FixedStepSolver ()
virtual void reset (double dt, ODESystem &sys, const double y0[])
virtual void advance (double t, double dt, ODESystem &sys)


Detailed Description

Definition at line 153 of file ODESystem.h.


Constructor & Destructor Documentation

FixedStepSolver::FixedStepSolver ( ODESystem sys,
GslStepperType const &  step 
)

Definition at line 10 of file ODESystem.cpp.

References odeiv::ODESystem::dimension().

Here is the call graph for this function:

FixedStepSolver::~FixedStepSolver (  )  [virtual]

Definition at line 16 of file ODESystem.cpp.


Member Function Documentation

void FixedStepSolver::reset ( double  dt,
ODESystem sys,
const double  y0[] 
) [virtual]

Implements odeiv::Solver.

Definition at line 25 of file ODESystem.cpp.

References odeiv::Solver::_y_, odeiv::ODESystem::derivatives(), odeiv::ODESystem::dimension(), odeiv::GslStepper::reset(), and odeiv::Solver::stepper.

Here is the call graph for this function:

void FixedStepSolver::advance ( double  t,
double  dt,
ODESystem sys 
) [virtual]

Implements odeiv::Solver.

Definition at line 33 of file ODESystem.cpp.

References odeiv::Solver::_y_, odeiv::GslStepper::apply(), odeiv::ODESystem::dimension(), and odeiv::Solver::stepper.

Here is the call graph for this function:


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

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