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

odeprobl.h File Reference

#include "vndinl.h"
#include "vndobj.h"
#include "odesol.h"

Go to the source code of this file.

Compounds

class  ODE_PROBLEM
class  ODE_PROBLEM::PROBLEM_INFO

Typedefs

typedef void (* FCN )( INTERVAL *yp, const INTERVAL *y )
 Pointer to a function for computing the right side of . More...

typedef void (* EXACT_SOL )( INTERVAL_VECTOR & Yexact, const INTERVAL & t, const INTERVAL_VECTOR & Y0, double t0 )
 Pointer to a function for computing a closed-form solution. More...


Typedef Documentation

typedef void (* FCN)( INTERVAL *yp, const INTERVAL *y )
 

Pointer to a function for computing the right side of .

Parameters:
Y   pointer to an array of intervals for storing .
YP   pointer to an array of intervals for storing .

typedef void (* EXACT_SOL)( INTERVAL_VECTOR & Yexact, const INTERVAL & t, const INTERVAL_VECTOR & Y0, double t0 )
 

Pointer to a function for computing a closed-form solution.

If the problem that is integrated has a closed-form solution, then the user can set a function for computing it. Such a function is used mainly for debugging, to compare the enclosure on the true solution computed by the numerical method with the enclosure computed by this function.

Parameters:
t0   initial time
Y0   initial condition
t   interval where an enclosure is desired, normally a point interval
Yexact   enclosure of the true solution at t


Generated at Sun Oct 14 12:45:41 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000