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

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

Data Types

interface  global_max_array
 

Functions/Subroutines

subroutine global_max_array_double (tab, max_val)
 
subroutine global_max_array_integer (tab, max_val)
 

Detailed Description

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

  • Usage: call global_max_array(array) returns maxval(array) among all processors

Function/Subroutine Documentation

◆ global_max_array_double()

subroutine mod_global_max_array::global_max_array_double ( double precision, dimension(:,:,:), intent(in) tab,
double precision, intent(out) max_val )

◆ global_max_array_integer()

subroutine mod_global_max_array::global_max_array_integer ( integer, dimension(:,:,:), intent(in) tab,
integer, intent(out) max_val )