Neko  0.8.1
A portable framework for high-order spectral element flow simulations
fluid_scheme::fluid_scheme_step_intrf Interface Reference

Abstract interface to compute a time-step. More...

Public Member Functions

subroutine fluid_scheme_step_intrf (this, t, tstep, dt, ext_bdf, dt_controller)
 

Detailed Description

Abstract interface to compute a time-step.

Definition at line 184 of file fluid_scheme.f90.

Constructor & Destructor Documentation

◆ fluid_scheme_step_intrf()

subroutine fluid_scheme::fluid_scheme_step_intrf::fluid_scheme_step_intrf ( class(fluid_scheme_t), intent(inout), target  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 184 of file fluid_scheme.f90.


The documentation for this interface was generated from the following file: