My Project
programmer's documentation
|
Given an (id, rank, value) tuple, return the local id, rank, and value corresponding to the global minimum value. More...
Public Member Functions | |
subroutine | parfpt (elt_id, rank_id, val) |
Given an (id, rank, value) tuple, return the local id, rank, and value corresponding to the global minimum value.
[in,out] | elt_id | element id for which the value is the smallest (local in, global out) |
[in,out] | rank_id | rank id for which the value is the smallest (local in, global out) |
[in] | val | associated local minimum value |
subroutine parfpt | ( | integer(c_int), intent(inout) | elt_id, |
integer(c_int), intent(inout) | rank_id, | ||
real(c_double), value | val | ||
) |