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

Public Member Functions

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

Detailed Description

Definition at line 89 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 
)
Parameters
[in,out]bvector to be reordered
[in]indpermutation array
[in]narray size

Definition at line 1092 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 
)
Parameters
[in,out]bvector to be reordered
[in]indpermutation array
[in]narray size

Definition at line 1112 of file math.f90.


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