Provides a large vector containing the slope values of all stages with pointers to each of the individual stages.
More...
#include <ode_irk.h>
|
| OdeIRK (unsigned long neq, int nk) |
| constructs
|
|
| ~OdeIRK () |
| destructs
|
|
|
int | nk_ |
| number of RK stages
|
|
double * | kall_ |
| pointer to single array storing all stage k values
|
|
double ** | k_ |
| individual k arrays for each stage
|
|
Provides a large vector containing the slope values of all stages with pointers to each of the individual stages.
Definition at line 9 of file ode_irk.h.
◆ OdeIRK()
ode::OdeIRK::OdeIRK |
( |
unsigned long | neq, |
|
|
int | nk ) |
constructs
- Parameters
-
[in] | neq | size of ODE system |
[in] | nk | number of RK stages |
Definition at line 7 of file ode_irk.cc.
◆ ~OdeIRK()
◆ k_
individual k arrays for each stage
Definition at line 25 of file ode_irk.h.
◆ kall_
double* ode::OdeIRK::kall_ |
|
protected |
pointer to single array storing all stage k values
Definition at line 23 of file ode_irk.h.
◆ nk_
number of RK stages
Definition at line 21 of file ode_irk.h.
The documentation for this class was generated from the following files: