0.6.0
Loading...
Searching...
No Matches
mod_global_min_array Module Reference

Generic minval routine for an array of integer or double (minval between different arrays given on each processor) More...

Data Types

interface  global_min_array
 

Functions/Subroutines

subroutine global_min_array_double (tab, min_val)
 
subroutine global_min_array_integer (tab, min_val)
 

Detailed Description

Generic minval routine for an array of integer or double (minval between different arrays given on each processor)

  • Usage: call global_min_array(array) returns minval(array) among all processors

Function/Subroutine Documentation

◆ global_min_array_double()

subroutine mod_global_min_array::global_min_array_double ( double precision, dimension(:,:,:), intent(in) tab,
double precision, intent(out) min_val )

◆ global_min_array_integer()

subroutine mod_global_min_array::global_min_array_integer ( integer, dimension(:,:,:), intent(in) tab,
integer, intent(out) min_val )