Neko  0.8.99
A portable framework for high-order spectral element flow simulations
ext_time_scheme Module Reference

Explicit extrapolation scheme for time integration.

Data Types

type  ext_time_scheme_t
 Explicit extrapolation scheme for time integration. More...
 

Functions/Subroutines

subroutine ext_time_scheme_compute_coeffs (coeffs, dt, order)
 Compute the scheme coefficients. More...
 
subroutine ext_time_scheme_compute_modified_coeffs (coeffs, dt)
 Compute the modified scheme coefficients. More...
 

Function/Subroutine Documentation

◆ ext_time_scheme_compute_coeffs()

subroutine ext_time_scheme::ext_time_scheme_compute_coeffs ( real(kind=rp), dimension(4), intent(out)  coeffs,
real(kind=rp), dimension(10), intent(in)  dt,
integer, intent(in)  order 
)
Parameters
tTimestep values, first element is the current timestep.
orderOrder the scheme.

Definition at line 98 of file ext_time_scheme.f90.

Here is the call graph for this function:

◆ ext_time_scheme_compute_modified_coeffs()

subroutine ext_time_scheme::ext_time_scheme_compute_modified_coeffs ( real(kind=rp), dimension(4), intent(out)  coeffs,
real(kind=rp), dimension(10), intent(in)  dt 
)
private
Parameters
tTimestep values, first element is the current timestep.

Definition at line 123 of file ext_time_scheme.f90.

Here is the call graph for this function: