| 
    Template Numerical Library version\ main:6a1fe78
    
   | 
 
Second order Ralstons's method. More...
#include <TNL/Solvers/ODE/Methods/Ralston2.h>

Public Types | |
| using | ValueType = Value | 
Static Public Member Functions | |
| static constexpr ValueType | getCoefficient (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 () | 
Static Protected Attributes | |
| static constexpr std::array< std::array< Value, Stages >, Stages > | k_coefficients | 
| static constexpr std::size_t | Stages = 2 | 
| static constexpr std::array< Value, Stages > | time_coefficients { 0.0, 2.0/3.0 } | 
| static constexpr std::array< Value, Stages > | update_coefficients { 1.0/4.0, 3.0/4.0 } | 
Second order Ralstons's method.
| Value | is arithmetic type used for computations. | 
      
  | 
  staticconstexprprotected |