Sandals  v0.0.0
A C++ library for ODEs/DAEs integration
Loading...
Searching...
No Matches
Sandals::MTE22Tableau< Real > Class Template Reference

Butcher tableau for the minimal truncation error (or Ralston's) order 2 method. More...

#include <MTE22.hh>

Inherits Sandals::Tableau< Real, 2 >.

Public Member Functions

 MTE22Tableau ()
Public Member Functions inherited from Sandals::Tableau< Real, 2 >
bool check (bool verbose=false) const

Additional Inherited Members

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

Detailed Description

template<typename Real>
class Sandals::MTE22Tableau< Real >

Butcher tableau for the minimal truncation error (or Ralston's) order 2 method:

\[\begin{array}{c|cc} 0 & 0 & 0 \\ 2/3 & 2/3 & 0 \\ \hline & 1/4 & 3/4 \end{array} \text{.} \]

Template Parameters
RealThe scalar number type.

Constructor & Destructor Documentation

◆ MTE22Tableau()

template<typename Real>
Sandals::MTE22Tableau< Real >::MTE22Tableau ( )
inline

Class constructor for the minimal truncation error (or Ralston's) order 2 method.


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