FEDEM Solver
R8.0
Source code of the dynamics solver
|
Utilities for searching and sorting of arrays. More...
Modules | |
module | searchandsortmodule |
Module with subroutines for searching and sorting of arrays. | |
Functions/Subroutines | |
subroutine | searchandsortmodule::findmaxrealvalues (values, indMax, valMax, ierr) |
Finds indices of the largest values in the given real array. More... | |
subroutine | searchandsortmodule::quicksortint (values, indval, ierr) |
Sorts an integer array in increasing order. More... | |
recursive subroutine, private | searchandsortmodule::quicksortintarray (indexArray, valueArray, lIndex, rIndex) |
Sorts an integer array in increasing order. More... | |
subroutine | swapint (a, b) |
Swaps the contents of two integer variables. More... | |
Utilities for searching and sorting of arrays.
subroutine quicksortintarray::swapint | ( | integer, intent(inout) | a, |
integer, intent(inout) | b | ||
) |
Swaps the contents of two integer variables.