Runge Kutta method settings.
More...
#include <RK.h>
|
static void | RK__initializeTable (vector< double > &A, vector< double > &C, vector< double > &DC, vector< vector< double > > &B, int oAdaptive) |
|
Runge Kutta method settings.
◆ RK()
◆ ~RK()
◆ RK__initializeTable()
static void RK::RK__initializeTable |
( |
vector< double > & |
A, |
|
|
vector< double > & |
C, |
|
|
vector< double > & |
DC, |
|
|
vector< vector< double > > & |
B, |
|
|
int |
oAdaptive |
|
) |
| |
|
inlinestatic |
Initialize tableau
- Parameters
-
[out] | A | the Runge Kutta matrix |
[out] | C | the nodes |
[out] | DC | the Butcher tabeau extension of B (weights) |
[out] | B | the weights |
[in] | oAdaptive | the order of adaptive approach |
The documentation for this class was generated from the following file: