execute_sort Interface

interface
public module subroutine execute_sort(self, rnk, np_segs)

Arguments

Type IntentOptional Attributes Name
class(polygon_in_mesh_t), intent(inout) :: self

Instance of type

integer, intent(in), dimension(self%np) :: rnk

Ranking array (from build_ranking)

integer, intent(in), dimension(self%nsegs) :: np_segs

Number of points of segment (from build_ranking)

Description

Executes sorting of indices based on given ranking