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

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

#include <RadauIIA3.hxx>

Inherits Sandals::Tableau< 2 >.

Public Member Functions

 RadauIIA3Tableau ()
 
- 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 Radau IIA order 3 method:

\[\begin{array}{c|cc} 1/3 & 5/12 & -1/12 \\ 1 & 3/4 & 1/4 \\ \hline & 3/4 & 1/4 \end{array} \text{.} \]

Constructor & Destructor Documentation

◆ RadauIIA3Tableau()

Sandals::RadauIIA3Tableau::RadauIIA3Tableau ( )
inline

Class constructor for the Radau IIA order 3 method.


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