libode
Easy to compile, fast ODE integrators as C++ classes
Loading...
Searching...
No Matches
ode::OdeERK Class Reference

Base class providing space for temporary solutions moving through RK stages. More...

#include <ode_erk.h>

Inheritance diagram for ode::OdeERK:
ode::OdeDoPri54 ode::OdeDoPri87 ode::OdeRK4 ode::OdeRK43 ode::OdeRKCK ode::OdeRKF32 ode::OdeSsp3 ode::OdeTrapz ode::OdeVern65 ode::OdeVern76 ode::OdeVern98

Public Member Functions

 OdeERK (unsigned long neq)
 constructs
 

Protected Attributes

double * soltemp_
 temporary solution vector
 

Detailed Description

Base class providing space for temporary solutions moving through RK stages.

Definition at line 9 of file ode_erk.h.

Constructor & Destructor Documentation

◆ OdeERK()

ode::OdeERK::OdeERK ( unsigned long neq)

constructs

Parameters
[in]neqnumber of equations in ODE system

Definition at line 7 of file ode_erk.cc.

◆ ~OdeERK()

ode::OdeERK::~OdeERK ( )

Definition at line 14 of file ode_erk.cc.

Member Data Documentation

◆ soltemp_

double* ode::OdeERK::soltemp_
protected

temporary solution vector

Definition at line 22 of file ode_erk.h.


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