imex_spreadq0 Subroutine

public subroutine imex_spreadq0(this, lev, t0)

Arguments

Type IntentOptional AttributesName
class(pf_imex_t), intent(inout) :: this
class(pf_level_t), intent(inout) :: lev
real(kind=pfdp), intent(in) :: t0

Calls

proc~~imex_spreadq0~~CallsGraph proc~imex_spreadq0 imex_spreadq0 proc~pf_generic_spreadq0 pf_generic_spreadq0 proc~imex_spreadq0->proc~pf_generic_spreadq0

Contents

Source Code


Source Code

  subroutine imex_spreadq0(this, lev, t0)
    class(pf_imex_t),  intent(inout) :: this
    class(pf_level_t), intent(inout) :: lev
    real(pfdp),        intent(in   ) :: t0
    call pf_generic_spreadq0(this, lev, t0)
  end subroutine imex_spreadq0