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

Adam-Bashforth scheme for time integration.

Data Types

type  ab_time_scheme_t
 Explicit Adam-Bashforth scheme for time integration. More...
 

Functions/Subroutines

subroutine ab_time_scheme_compute_coeffs (coeffs, dt, order)
 Compute the scheme coefficients. More...
 

Function/Subroutine Documentation

◆ ab_time_scheme_compute_coeffs()

subroutine ab_time_scheme::ab_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 87 of file ab_time_scheme.f90.

Here is the call graph for this function: