Sandals
v0.0.0
A C++ library for ODEs/DAEs integration
|
Butcher tableau for the Ralston's (or minimal truncation error) order 2 method. More...
#include <Ralston2.hxx>
Inherits Sandals::Tableau< 2 >.
Public Member Functions | |
Ralston2Tableau () | |
![]() | |
bool | check (bool verbose=false) const |
Additional Inherited Members | |
![]() | |
using | Type |
using | Vector |
using | Matrix |
![]() | |
std::string | name |
Type | type |
Integer | order |
Integer | order_e |
Matrix | A |
Vector | b |
Vector | b_e |
Vector | c |
bool | is_embedded |
Butcher tableau for the Ralston's (or minimal truncation error) order 2 method:
\[\begin{array}{c|cc} 0 & 0 & 0 \\ 2/3 & 2/3 & 0 \\ \hline & 1/4 & 3/4 \end{array} \text{.} \]
|
inline |
Class constructor for the Ralston's (or minimal truncation error) order 2 method.