#include <discretization_options.hpp>
|
| static constexpr const boost::array< TValue, 1 > | a1 = { { 1.0 / 2.0 } } |
| |
| static constexpr const boost::array< TValue, stageNr > | b = { { 0.0, 1.0 } } |
| |
| static constexpr const boost::array< TValue, stageNr > | c = { { 0.0, 1.0 / 2.0 } } |
| |
| static constexpr const size_t | stageNr = 2 |
| |
template<class TValue = double>
struct tuw::heun_abc< TValue >
Definition at line 75 of file discretization_options.hpp.
template<class TValue = double>
template<class TValue = double>
| constexpr const boost::array< Value, 1 > tuw::heun_abc< Value >::a1 = { { 1.0 / 2.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: