scatter_add Interface

public interface scatter_add

Calls

interface~~scatter_add~~CallsGraph interface~scatter_add scatter_add proc~scatter_add_d scatter_add_d interface~scatter_add->proc~scatter_add_d proc~scatter_add_r scatter_add_r interface~scatter_add->proc~scatter_add_r proc~assert_eq2 assert_eq2 proc~scatter_add_d->proc~assert_eq2 proc~scatter_add_r->proc~assert_eq2

Contents


Module Procedures

public subroutine scatter_add_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_add_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