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

Butcher Tableau for the Gauss-Legendre order 2 method. More...

#include <GaussLegendre2.hh>

Inherits Sandals::Tableau< Real, 1 >.

Public Member Functions

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

Additional Inherited Members

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

Butcher tableau for the Gauss-Legendre order 2 method:

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

Template Parameters
RealThe scalar number type.

Constructor & Destructor Documentation

◆ GaussLegendre2Tableau()

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

Class constructor for the Gauss-Legendre order 2 method.


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