| 
    Template Numerical Library version\ main:6a1fe78
    
   | 
 
First order Euler method. More...
#include <TNL/Solvers/ODE/Methods/Euler.h>
Public Types | |
| using | ValueType = Value | 
Static Public Member Functions | |
| static constexpr ValueType | getCoefficients (const std::size_t stage, const std::size_t i) | 
| static constexpr std::size_t | getStages () | 
| static constexpr ValueType | getTimeCoefficient (std::size_t i) | 
| static constexpr ValueType | getUpdateCoefficient (std::size_t i) | 
| static constexpr bool | isAdaptive () | 
First order Euler method.
| Value | is arithmetic type used for computations. |