Implements a compile-time structure for simple/extended Butcher tableaus. More...
#include <ButcherTableau.hpp>
Implements a compile-time structure for simple/extended Butcher tableaus.
Explicit methods in the Runge-Kutta family of numerical integrators can be described by the following coefficient:
a_ij
; b_i
; c_i
. TStages | Number of stages in the integration scheme. |
TExtended | If true, an extended Butcher tableau is given. |
TScalarType | Type of the scalar coefficients. |