planes_reduction Subroutine

public subroutine planes_reduction(comm_handler, plane_fac, mean, l1nrm, maxv, minv)

Performs reduction over planes with plane dependent factor

Arguments

Type IntentOptional Attributes Name
type(comm_handler_t), intent(in) :: comm_handler

Communicators

real(kind=GP), intent(in) :: plane_fac

plane dependent factor

real(kind=GP), intent(inout) :: mean

Mean (on output summed over planes)

real(kind=GP), intent(inout) :: l1nrm

L1-norm (on output summed over planes)

real(kind=GP), intent(inout) :: maxv

Maximum (on output summed over planes, not maximum over planes!!!)

real(kind=GP), intent(inout) :: minv

Minimum (on output summed over planes, not maximum over planes!!!)


Contents