atl_bubbleSortArray Subroutine

public subroutine atl_bubbleSortArray(A, n)

Bubble sorting of array of real numbers of size n

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(inout) :: A(1:n)

The array to sort

integer, intent(in) :: n

The number of elements in array A


Called by

proc~~atl_bubblesortarray~~CalledByGraph proc~atl_bubblesortarray atl_bubbleSortArray proc~calc_eigenvalues_3by3_matrix calc_eigenValues_3by3_matrix proc~calc_eigenvalues_3by3_matrix->proc~atl_bubblesortarray proc~atl_qcriterion_getpoint atl_qCriterion_getPoint proc~atl_qcriterion_getpoint->proc~calc_eigenvalues_3by3_matrix proc~atl_lambda2_getpoint atl_lambda2_getPoint proc~atl_lambda2_getpoint->proc~calc_eigenvalues_3by3_matrix proc~atl_deriveqcriterion atl_deriveQcriterion proc~atl_deriveqcriterion->proc~calc_eigenvalues_3by3_matrix proc~atl_derivelambda2 atl_deriveLambda2 proc~atl_derivelambda2->proc~calc_eigenvalues_3by3_matrix

Contents