Sandals
v0.0.0
A C++ library for ODEs/DAEs integration
|
▼NSandals | The namespace for the Sandals library |
CChebyshev51 | Class container for the 5-stage Runge-Kutta-Chebyshev order 1 method |
CChebyshev51Tableau | Butcher tableau for the 5-stage Runge-Kutta-Chebyshev order 1 method |
CExplicit | Class container for the system of explicit ODEs |
CExplicitEuler | Class container for the Explicit Euler method |
CExplicitEulerTableau | Butcher tableau for the Explicit Euler method |
CFehlberg45 | Class container for the Runge-Kutta-Fehlberg 4(5) method |
CFehlberg45Tableau | Butcher tableau for the Runge-Kutta-Fehlberg 4(5) method |
CGaussLegendre2 | Class container for the Gauss-Legendre order 2 method |
CGaussLegendre2Tableau | Butcher Tableau for the Gauss-Legendre order 2 method |
CGaussLegendre4 | Class container for the Gauss-Legendre order 4 method |
CGaussLegendre4Tableau | Butcher Tableau for the Gauss-Legendre order 4 method |
CGaussLegendre6 | Class container for the Gauss-Legendre order 6 method |
CGaussLegendre6Tableau | Butcher tableau for the Gauss-Legendre order 6 method |
CHeun2 | Class container for the Heun's (or 2-stage strong-stability preserving Runge-Kutta) order 2 method |
CHeun2Tableau | Butcher tableau for the Heun's (or 2-stage strong-stability preserving Runge-Kutta) order 2 method |
CHeun3 | Class container for the Heun's order 3 method |
CHeun3Tableau | Butcher tableau for the Heun's order 3 method |
CImplicit | Class container for the system of implicit ODEs/DAEs |
CImplicitEuler | Class container for the Implicit Euler method |
CImplicitEulerTableau | Butcher tableau for the Implicit Euler method |
CLinear | Class container for the system of linear ODEs/DAEs |
CLobattoIIIA2 | Class container for the Lobatto IIIA order 2 method |
CLobattoIIIA2Tableau | Butcher tableau for the Lobatto IIIA order 2 method |
CMTE22 | Class container for the minimal truncation error (or Ralston's) order 2 method |
CMTE22Tableau | Butcher tableau for the minimal truncation error (or Ralston's) order 2 method |
CRadauIIA3 | Class container for the Radau IIA order 3 method |
CRadauIIA3Tableau | Butcher tableau for the Radau IIA order 3 method |
CRadauIIA5 | Class container for the Radau IIA order 5 method |
CRadauIIA5Tableau | Butcher tableau for the Radau IIA order 3 method |
CRalston2 | Class container for the Ralston's (or minimal truncation error) order 2 method |
CRalston2Tableau | Butcher tableau for the Ralston's (or minimal truncation error) order 2 method |
CRalston3 | Class container for the Ralston's order 3 method |
CRalston3Tableau | Butcher tableau for the Ralston's order 3 method |
CRalston4 | Class container for the Ralston's order 4 method |
CRalston4Tableau | Butcher tableau for the Ralston's order 4 method |
CRK4 | Class container for the Runge-Kutta order 4 method |
CRK4Tableau | Butcher tableau for the Runge-Kutta order 4 method |
CRungeKutta | Class container for the generic implicit, explicit, and diagonally implicit Runge-Kutta methods |
CSemiExplicit | Class container for the system of explicit ODEs/DAEs |
CSolution | Class container for the numerical solution of a system of ODEs/DAEs |
CSSPIRK33 | Class container for the 3-stage diagonally-implicit strong-stability preserving Runge-Kutta order 3 method |
CSSPIRK33Tableau | Butcher tableau for the 3-stage diagonally-implicit strong-stability preserving Runge-Kuttax order 3 method |
CSSPRK104 | Class container for the 10-stage strong-stability preserving Runge-Kutta order 4 method |
CSSPRK104Tableau | Butcher tableau for the 10-stage strong-stability preserving Runge-Kutta order 4 method |
CSSPRK22 | Class container for the 2-stage strong-stability preserving Runge-Kutta (or Heun) order 2 method |
CSSPRK22star | Class container for the optimal 2-stage strong-stability preserving Runge-Kutta order 2 method |
CSSPRK22starTableau | Butcher tableau for the optimal 2-stage strong-stability preserving Runge-Kutta order 2 method |
CSSPRK22Tableau | Butcher tableau for the 2-stage strong-stability preserving Runge-Kutta (or Heun) order 2 method |
CSSPRK33 | Class container for the 3-stage strong-stability preserving Runge-Kutta order 3 method |
CSSPRK33Tableau | Butcher tableau for the 3-stage strong-stability preserving Runge-Kutta order 3 method |
CSSPRK42 | Class container for the 4-stage strong-stability preserving Runge-Kutta order 2 method |
CSSPRK42Tableau | Butcher tableau for the 4-stage strong-stability preserving Runge-Kutta order 2 method |
CSSPRK43 | Class container for the 4-stage strong-stability preserving Runge-Kutta order 3 method |
CSSPRK43Tableau | Butcher tableau for the 4-stage strong-stability preserving Runge-Kutta order 3 method |
CSSPRK93 | Class container for the 9-stage strong-stability preserving Runge-Kutta order 3 method |
CSSPRK93Tableau | Butcher tableau for the 9-stage strong-stability preserving Runge-Kutta order 3 method |
CTableau | Struct container for the Butcher tableau of a Runge-Kutta method |
CTicToc | Class container for a timer |