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

odenum.h File Reference

#include "odeprobl.h"

Go to the source code of this file.

Compounds

class  ODE_NUMERIC

Defines

#define DEFAULT_ABS_TOL   1e-12
#define DEFAULT_REL_TOL   1e-12

Typedefs

typedef ODE_NUMERICPtrODENumeric
 Pointer to an ODE_NUMERIC object.


Functions

template<classT> T* GetSolution ( PtrODENumeric ODE )
 Template function for converting a solution pointer. More...

template<classT> void InitSolution ( PtrODENumeric ODE )
 Template function for initializing the solution of an ODE. More...


Define Documentation

#define DEFAULT_ABS_TOL   1e-12
 

#define DEFAULT_REL_TOL   1e-12
 


Typedef Documentation

typedef ODE_NUMERIC* PtrODENumeric
 

Pointer to an ODE_NUMERIC object.


Function Documentation

template<classT>
T * GetSolution ( PtrODENumeric ODE )
 

Template function for converting a solution pointer.

This function takes a pointer to an ODE_NUMERIC object and returns a pointer to a solution object of type T.

Precondition:
NotNull(ODE) && NotNull(ODE->GetSolution())

template<classT>
void InitSolution ( PtrODENumeric ODE )
 

Template function for initializing the solution of an ODE.

This function copies the initial condition representation to the representation of the solution.

Precondition:
NotNull(ODE) && NotNull(ODE->GetSolution())


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