fourth_order_centered Interface

public interface fourth_order_centered

Module Procedures

public subroutine fourth_order_centered_real(llim, f, del, df)

Arguments

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

public subroutine fourth_order_centered_complex(llim, f, del, df)

Arguments

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