![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_minvalues (i_glo, v_glo, n_glo, i_loc, n_loc, np) |
Computes positions of minimum values. | |
subroutine get_minvalues | ( | integer*4, dimension(n_glo) | i_glo, |
real*8, dimension(n_glo) | v_glo, | ||
integer*4 | n_glo, | ||
integer*4, dimension(n_loc) | i_loc, | ||
integer*4 | n_loc, | ||
integer*4 | np | ||
) |
Computes positions of minimum values.
[in] | n_glo | number of global indices |
[in] | i_glo | vector conteining global indices |
[in] | v_glo | vector conteining global values |
[in] | np | number of MPI processors |
[in] | n_loc | number of local indices |
[out] | i_loc | vector containing local indices corresponding to global minimal values |
Definition at line 31 of file GET_MINVALUES.f90.
Referenced by find_monitor_position(), make_extint_forces(), make_system_position_lglnodes(), and read_system_position().