Processing math: 100%
Sandals  v0.0.0
A C++ library for ODEs/DAEs integration
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Sandals::ImplicitEulerTableau Class Reference

Butcher tableau for the Implicit Euler method. More...

#include <ImplicitEuler.hxx>

Inherits Sandals::Tableau< 1 >.

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from Sandals::Tableau< 1 >
using Type
 
using Vector
 
using Matrix
 
- Public Attributes inherited from Sandals::Tableau< 1 >
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 Implicit Euler method:

\begin{array}{c|c} 1 & 1 \\ \hline & 1 \end{array} \text{.}

Constructor & Destructor Documentation

◆ ImplicitEulerTableau()

Sandals::ImplicitEulerTableau::ImplicitEulerTableau ( )
inline

Class constructor for the Implicit Euler method.


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