The semi-implicit Runge-Kutta scheme – coefficients.
The semi-implicit Runge-Kutta scheme – coefficients
constexpr size_t pmax = 3;
= { {},
{ {0},
{0, 1} },
{ {0},
{ {0},
= { {},
{ {},
{1} },
{ {},
{ {},
= { {},
{0, 1},
= { {},
{1},
= { {},
{0, 1},
}
see the Float page for the full documentation
Float tilde_alpha[][pmax+1][pmax+1]
Float tilde_beta[][pmax+1]
Float alpha[][pmax+1][pmax+1]