getGlobalMin Module Function

module function getGlobalMin(this, input) result(min)

Return minimum value of real input computed on all processes using the MPI controller of the modeller

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(inout) :: this
real(kind=rk), intent(inout) :: input

Return Value real(kind=rk)