| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
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.   | |
| subroutine | ext_time_scheme_compute_modified_coeffs (coeffs, dt) | 
| Compute the modified scheme coefficients.   | |
| 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 | ||
| ) | 
| t | Timestep values, first element is the current timestep. | 
| order | Order the scheme. | 
Definition at line 98 of file ext_time_scheme.f90.

      
  | 
  private | 
| t | Timestep values, first element is the current timestep. | 
Definition at line 123 of file ext_time_scheme.f90.
