Neko  0.8.99
A portable framework for high-order spectral element flow simulations
math::reord Interface Reference

Private Member Functions

subroutine reorddp (b, ind, n)
 reorder double precision array - inverse of swap More...
 
subroutine reordi4 (b, ind, n)
 reorder single integer array - inverse of swap More...
 

Detailed Description

Definition at line 87 of file math.f90.

Member Function/Subroutine Documentation

◆ reorddp()

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

Definition at line 1048 of file math.f90.

◆ reordi4()

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

Definition at line 1068 of file math.f90.


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