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

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

#include <RadauIIA5.hxx>

Inherits Sandals::Tableau< 3 >.

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from Sandals::Tableau< 3 >
using Type
 
using Vector
 
using Matrix
 
- Public Attributes inherited from Sandals::Tableau< 3 >
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 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{.} \]

Constructor & Destructor Documentation

◆ RadauIIA5Tableau()

Sandals::RadauIIA5Tableau::RadauIIA5Tableau ( )
inline

Class constructor for the Radau IIA order 5 method.


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