Given an (id, rank, value) tuple, return the local id, rank, and value corresponding to the global minimum value.
More...
|
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.
- Parameters
-
[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 |
◆ parfpt()
subroutine parfpt |
( |
integer(c_int), intent(inout) |
elt_id, |
|
|
integer(c_int), intent(inout) |
rank_id, |
|
|
real(c_double), value |
val |
|
) |
| |
The documentation for this interface was generated from the following file: