Static Public Member Functions | Static Public Attributes | List of all members
tuw::heun_abc< TValue > Struct Template Reference

#include <discretization_options.hpp>

Static Public Member Functions

static auto a ()
 

Static Public Attributes

static constexpr const boost::array< TValue, 1 > a1 = { { 1.0 / 2.0 } }
 
static constexpr const boost::array< TValue, stageNrb = { { 0.0, 1.0 } }
 
static constexpr const boost::array< TValue, stageNrc = { { 0.0, 1.0 / 2.0 } }
 
static constexpr const size_t stageNr = 2
 

Detailed Description

template<class TValue = double>
struct tuw::heun_abc< TValue >

Definition at line 75 of file discretization_options.hpp.

Member Function Documentation

template<class TValue = double>
static auto tuw::heun_abc< TValue >::a ( )
inlinestatic

Definition at line 81 of file discretization_options.hpp.

Member Data Documentation

template<class TValue = double>
constexpr const boost::array< Value, 1 > tuw::heun_abc< Value >::a1 = { { 1.0 / 2.0 } }
static

Definition at line 78 of file discretization_options.hpp.

template<class TValue = double>
constexpr const boost::array< Value, heun_abc< Value >::stageNr > tuw::heun_abc< Value >::b = { { 0.0, 1.0 } }
static

Definition at line 79 of file discretization_options.hpp.

template<class TValue = double>
constexpr const boost::array< Value, heun_abc< Value >::stageNr > tuw::heun_abc< Value >::c = { { 0.0, 1.0 / 2.0 } }
static

Definition at line 80 of file discretization_options.hpp.

template<class TValue = double>
constexpr const size_t tuw::heun_abc< TValue >::stageNr = 2
static

Definition at line 77 of file discretization_options.hpp.


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


tuw_control
Author(s): George Todoran
autogenerated on Mon Jun 10 2019 15:27:23