Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_qsort_partition Module Reference

Functions/Subroutines

recursive subroutine, public sll_s_qsortc (A)
 
subroutine partition (A, marker)
 

Function/Subroutine Documentation

◆ partition()

subroutine sll_m_qsort_partition::partition ( integer, dimension(:), intent(inout)  A,
integer, intent(out)  marker 
)
private

Definition at line 26 of file sll_m_qsort_partition.F90.

Here is the caller graph for this function:

◆ sll_s_qsortc()

recursive subroutine, public sll_m_qsort_partition::sll_s_qsortc ( integer, dimension(:), intent(inout)  A)

Definition at line 13 of file sll_m_qsort_partition.F90.

Here is the call graph for this function:
Here is the caller graph for this function:
    Report Typos and Errors