Rheolef
7.2
an efficient C++ finite element environment
|
Variables | |
constexpr size_t | pmax = 3 |
const Float | _g2 = 1 - 1/sqrt(Float(2)) |
const Float | _d2 = 1 - 1/(2*_g2) |
const Float | _g3 = 0.435866521508459 |
const Float | _b31 = -3*(_g3*_g3)/2 + 4*_g3 - 1./4 |
const Float | _b32 = 3*(_g3*_g3)/2 - 5*_g3 + 5./4 |
const Float | _a31 = -0.356 |
const Float | _a32 = (1/Float(3) - 2*(_g3*_g3) - 2*_b32*_a31*_g3)/(_g3*(1-_g3)) |
Float | alpha [][pmax+1][pmax+1] |
Float | tilde_alpha [][pmax+1][pmax+1] |
Float | beta [][pmax+1] |
Float | tilde_beta [][pmax+1] |
Float | gamma [][pmax+1] |
|
constexpr |
Definition at line 27 of file runge_kutta_semiimplicit.icc.
Definition at line 28 of file runge_kutta_semiimplicit.icc.
Definition at line 29 of file runge_kutta_semiimplicit.icc.
const Float _g3 = 0.435866521508459 |
Definition at line 30 of file runge_kutta_semiimplicit.icc.
Definition at line 31 of file runge_kutta_semiimplicit.icc.
Definition at line 32 of file runge_kutta_semiimplicit.icc.
const Float _a31 = -0.356 |
Definition at line 33 of file runge_kutta_semiimplicit.icc.
Definition at line 34 of file runge_kutta_semiimplicit.icc.
Definition at line 35 of file runge_kutta_semiimplicit.icc.
Definition at line 47 of file runge_kutta_semiimplicit.icc.
Definition at line 59 of file runge_kutta_semiimplicit.icc.
Definition at line 64 of file runge_kutta_semiimplicit.icc.
Definition at line 69 of file runge_kutta_semiimplicit.icc.