Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
math::swap Interface Reference

Public Member Functions

subroutine swapdp (b, ind, n)
 sort double precision array acording to ind vector
 
subroutine swapi4 (b, ind, n)
 sort single integer array acording to ind vector
 

Detailed Description

Definition at line 85 of file math.f90.

Member Function/Subroutine Documentation

◆ swapdp()

subroutine math::swap::swapdp ( real(kind=rp), dimension(n), intent(inout b,
integer, dimension(n), intent(in ind,
integer, intent(in n 
)
Parameters
[in,out]bvector to be reordered
[in]indpermutation array
[in]narray size

Definition at line 1052 of file math.f90.

◆ swapi4()

subroutine math::swap::swapi4 ( integer(i4), dimension(n), intent(inout b,
integer, dimension(n), intent(in ind,
integer, intent(in n 
)
Parameters
[in,out]bvector to be reordered
[in]indpermutation array
[in]narray size

Definition at line 1072 of file math.f90.


The documentation for this interface was generated from the following file: