Template Numerical Library version\ main:df396df
Loading...
Searching...
No Matches
TNL::Solvers::ODE::Methods::Euler< Value > Struct Template Reference

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 ()
 

Detailed Description

template<typename Value = double>
struct TNL::Solvers::ODE::Methods::Euler< Value >

First order Euler method.

Template Parameters
Valueis arithmetic type used for computations.

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