OpenCMISS-Iron Internal API Documentation
hamilton_jacobi_equations_routines::FIND_MINIMAX Interface Reference

Calculates minimum and maximum value at array A. More...

Private Member Functions

subroutine find_minimax (A, N, MIN_VALUE, MAX_VALUE, Err)
 

Detailed Description

Calculates minimum and maximum value at array A.

Definition at line 4288 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::FIND_MINIMAX::find_minimax ( real(dp), dimension(:), allocatable  A,
integer(intg), intent(in)  N,
real(dp), intent(out)  MIN_VALUE,
real(dp), intent(out)  MAX_VALUE,
integer(intg)  Err 
)
private
Parameters
errThe error code

Definition at line 4289 of file Hamilton_Jacobi_equations_routines.f90.