Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CONST_STEP Class Reference

Constant stepsize control. More...

#include <conststep.h>

Inheritance diagram for CONST_STEP:

STEP_CTRL NAME List of all members.

Public Methods

 CONST_STEP ( double h )
 Constructor. More...

double PredictFirstStep ( const PtrODENumeric ODE, PtrDataRepr Data, int order )
 Returns the stepsize that is set in the constructor.

bool PredictStep ( double & hPred, double h, const PtrODENumeric ODE, const INTERVAL_VECTOR & LocErr, const INTERVAL_VECTOR & Ytight, int order )
 Returns true and the stepsize that is set in the constructor.

 ~CONST_STEP ()
 Destructor.

void Init ( const PtrODENumeric ODE )
 Initializes a stepsize control object.


Detailed Description

Constant stepsize control.

Author(s):
Ned Nedialkov
Date:
21 February 2001


Constructor & Destructor Documentation

CONST_STEP::CONST_STEP ( double h ) [inline]
 

Constructor.

It sets a value for the stepsize.

Parameters:
h   stepsize
Precondition:
h != 0

CONST_STEP::~CONST_STEP ( ) [inline]
 

Destructor.


Member Function Documentation

double CONST_STEP::PredictFirstStep ( const PtrODENumeric ODE,
PtrDataRepr Data,
int order ) [inline, virtual]
 

Returns the stepsize that is set in the constructor.

Reimplemented from STEP_CTRL.

bool CONST_STEP::PredictStep ( double & hPred,
double h,
const PtrODENumeric ODE,
const INTERVAL_VECTOR & LocErr,
const INTERVAL_VECTOR & Ytight,
int order ) [inline, virtual]
 

Returns true and the stepsize that is set in the constructor.

Reimplemented from STEP_CTRL.

void CONST_STEP::Init ( const PtrODENumeric ODE ) [inline, virtual]
 

Initializes a stepsize control object.

Reimplemented from STEP_CTRL.


The documentation for this class was generated from the following file:
Generated at Sun Oct 14 12:45:41 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000