Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Abstract interface to compute a time-step. More...
Public Member Functions | |
subroutine | scalar_scheme_step_intrf (this, t, tstep, dt, ext_bdf, dt_controller) |
Definition at line 227 of file scalar_scheme.f90.
subroutine scalar_scheme::scalar_scheme_step_intrf::scalar_scheme_step_intrf | ( | class(scalar_scheme_t), intent(inout) | this, |
real(kind=rp), intent(inout) | t, | ||
integer, intent(inout) | tstep, | ||
real(kind=rp), intent(in) | dt, | ||
type(time_scheme_controller_t), intent(inout) | ext_bdf, | ||
type(time_step_controller_t), intent(in) | dt_controller | ||
) |
Definition at line 227 of file scalar_scheme.f90.