Ember
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ODE Class Referenceabstract

Abstract base class for an ODE initial value problem that can be integrated by an Integrator. More...

#include <integrator.h>

Public Member Functions

virtual ~ODE ()
 
virtual void f (const double t, const dvec &y, dvec &ydot)=0
 ODE function defined as ydot = f(t,y)
 

Detailed Description

Abstract base class for an ODE initial value problem that can be integrated by an Integrator.

Constructor & Destructor Documentation

◆ ~ODE()

virtual ODE::~ODE ( )
inlinevirtual

Member Function Documentation

◆ f()

virtual void ODE::f ( const double  t,
const dvec y,
dvec ydot 
)
pure virtual

ODE function defined as ydot = f(t,y)


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