Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
iextm_time_scheme Module Reference

Data Types

type  iextm_time_scheme_t
 Explicit interface extrapolation scheme for overset grids. More...
 

Functions/Subroutines

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

Function/Subroutine Documentation

◆ iextm_time_scheme_compute_coeffs()

subroutine iextm_time_scheme::iextm_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
dtTimestep values, first element is the current timestep.
orderOrder the scheme.
Note
dt(1) is the current timestep, dt(2) is the previous timestep, etc.

Compute the Lagrange interpolation coefficients for xtest

Definition at line 58 of file iextm_time_scheme.f90.

Here is the call graph for this function: