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

Backward-differencing scheme for time integration.

Data Types

type  bdf_time_scheme_t
 Implicit backward-differencing scheme for time integration. More...
 

Functions/Subroutines

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

Function/Subroutine Documentation

◆ bdf_time_scheme_compute_coeffs()

subroutine bdf_time_scheme::bdf_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 114 of file bdf_time_scheme.f90.

Here is the call graph for this function: