Sandals  v0.0.0
A C++ library for ODEs/DAEs integration
Loading...
Searching...
No Matches
Sandals::SSPRK22starTableau Class Reference

Butcher tableau for the optimal 2-stage strong-stability preserving Runge-Kutta order 2 method. More...

#include <SSPRK22star.hxx>

Inherits Sandals::Tableau< 2 >.

Public Member Functions

 SSPRK22starTableau ()
 
- Public Member Functions inherited from Sandals::Tableau< 2 >
bool check (bool verbose=false) const
 

Additional Inherited Members

- Public Types inherited from Sandals::Tableau< 2 >
using Type
 
using Vector
 
using Matrix
 
- Public Attributes inherited from Sandals::Tableau< 2 >
std::string name
 
Type type
 
Integer order
 
Integer order_e
 
Matrix A
 
Vector b
 
Vector b_e
 
Vector c
 
bool is_embedded
 

Detailed Description

Butcher tableau for the optimal 2-stage strong-stability preserving Runge-Kutta order 2 method:

\[\begin{array}{c|cc} 0 & 0 & 0 \\ 0.822875655532364 & 0.822875655532364 & 0 \\ \hline & 0.392374781489287 & 0.607625218510713 \end{array} \text{.} \]

Constructor & Destructor Documentation

◆ SSPRK22starTableau()

Sandals::SSPRK22starTableau::SSPRK22starTableau ( )
inline

Class constructor for the optimal 2-stage strong-stability preserving Runge-Kutta order 2 method.


The documentation for this class was generated from the following file: