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

Butcher tableau for the Radau IIA order 3 method. More...

#include <RadauIIA5.hh>

Inherits Sandals::Tableau< Real, 3 >.

Public Member Functions

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

Additional Inherited Members

Public Types inherited from Sandals::Tableau< Real, 3 >
using Type
using Vector
using Matrix
Public Attributes inherited from Sandals::Tableau< Real, 3 >
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::RadauIIA5Tableau< Real >

Butcher tableau for the Radau IIA order 5 method:

\[\begin{array}{c|ccc} \frac{2}{5} - \frac{\sqrt{6}}{10} & \frac{11}{45} - \frac{7 \sqrt{6}}{360} & \frac{37}{225} - \frac{169 \sqrt{6}}{1800} & -\frac{2}{225} + \frac{\sqrt{6}}{75} \\ \frac{2}{5} + \frac{\sqrt{6}}{10} & \frac{37}{225} + \frac{169 \sqrt{6}}{1800} & \frac{11}{45} + \frac{7 \sqrt{6}}{360} & -\frac{2}{225} - \frac{\sqrt{6}}{75} \\ 1 & \frac{4}{9} - \frac{\sqrt{6}}{36} & \frac{4}{9} + \frac{\sqrt{6}}{36} & \frac{1}{9} \\ \hline & \frac{4}{9} - \frac{\sqrt{6}}{36} & \frac{4}{9} + \frac{\sqrt{6}}{36} & \frac{1}{9} \\ \end{array} \text{.} \]

Template Parameters
RealThe scalar number type.

Constructor & Destructor Documentation

◆ RadauIIA5Tableau()

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

Class constructor for the Radau IIA order 5 method.


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