scatter_max Interface

public interface scatter_max

Calls

interface~~scatter_max~~CallsGraph interface~scatter_max scatter_max proc~scatter_max_r scatter_max_r interface~scatter_max->proc~scatter_max_r proc~scatter_max_d scatter_max_d interface~scatter_max->proc~scatter_max_d proc~assert_eq2 assert_eq2 proc~scatter_max_r->proc~assert_eq2 proc~scatter_max_d->proc~assert_eq2

Contents


Module Procedures

public subroutine scatter_max_r(dest, source, dest_index)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(out), DIMENSION(:):: dest
real(kind=SP), intent(in), DIMENSION(:):: source
integer(kind=I4B), intent(in), DIMENSION(:):: dest_index

public subroutine scatter_max_d(dest, source, dest_index)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(out), DIMENSION(:):: dest
real(kind=DP), intent(in), DIMENSION(:):: source
integer(kind=I4B), intent(in), DIMENSION(:):: dest_index