#include <discretization_options.hpp>
|
static constexpr const boost::array< TValue, 1 > | a1 = { { +1.0 / 3.0 } } |
|
static constexpr const boost::array< TValue, 2 > | a2 = { { -1.0 / 3.0, +1.0 } } |
|
static constexpr const boost::array< TValue, 3 > | a3 = { { +1.0, -1.0, +1.0 } } |
|
static constexpr const boost::array< TValue, stageNr > | b = { { +1.0 / 8.0, +3.0 / 8.0, +3.0 / 8.0, +1.0 / 8.0 } } |
|
static constexpr const boost::array< TValue, stageNr > | c = { { +0.0, +1.0 / 3.0, +2.0 / 3.0, +1.0 } } |
|
static constexpr const size_t | stageNr = 4 |
|
template<class TValue = double>
struct tuw::rk4_38_abc< TValue >
Definition at line 50 of file discretization_options.hpp.
template<class TValue = double>
template<class TValue = double>
constexpr const boost::array< Value, 1 > tuw::rk4_38_abc< Value >::a1 = { { +1.0 / 3.0 } } |
|
static |
template<class TValue = double>
constexpr const boost::array< Value, 2 > tuw::rk4_38_abc< Value >::a2 = { { -1.0 / 3.0, +1.0 } } |
|
static |
template<class TValue = double>
constexpr const boost::array< Value, 3 > tuw::rk4_38_abc< Value >::a3 = { { +1.0, -1.0, +1.0 } } |
|
static |
template<class TValue = double>
template<class TValue = double>
template<class TValue = double>
The documentation for this struct was generated from the following file: