Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
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... | |
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 | ||
) |
t | Timestep values, first element is the current timestep. |
order | Order the scheme. |
Definition at line 87 of file ab_time_scheme.f90.