Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Explicit extrapolation scheme for time integration. More...
Static Public Member Functions | |
procedure, nopass | compute_coeffs (coeffs, dt, order) |
Compute the scheme coefficients. | |
procedure, nopass | compute_modified_coeffs (coeffs, dt) |
Compute the coefficients for the modified EXT scheme. | |
Compute the value at the current time-step by evaluating a polynomial built using the values on previous time-steps.
For a constant time-step corresponds to the following schemes of order 1 to 3:
compute_modified_coeffs
, which is gives improved stability when combined with BDF2 in a advection-diffusion equation.Definition at line 84 of file ext_time_scheme.f90.
|
staticvirtual |
t | Timestep values, first element is the current timestep. |
order | Order the scheme. |
Implements time_scheme::time_scheme_t.
Definition at line 87 of file ext_time_scheme.f90.
|
static |
t | Timestep values, first element is the current timestep. |
Definition at line 89 of file ext_time_scheme.f90.