first_order_upwind Interface

public interface first_order_upwind

Module Procedures

public subroutine first_order_upwind_real(llim, f, del, sgn, df)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: llim
real, intent(in), dimension(llim:) :: f
real, intent(in) :: del
integer, intent(in) :: sgn
real, intent(out), dimension(llim:) :: df

public subroutine first_order_upwind_complex(llim, f, del, sgn, df)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: llim
complex, intent(in), dimension(llim:) :: f
real, intent(in) :: del
integer, intent(in) :: sgn
complex, intent(out), dimension(llim:) :: df