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

Private Member Functions

subroutine flipvdp (b, ind, n)
 Flip double precision vector b and ind. More...
 
subroutine flipvi4 (b, ind, n)
 Flip single integer vector b and ind. More...
 

Detailed Description

Definition at line 91 of file math.f90.

Member Function/Subroutine Documentation

◆ flipvdp()

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

Definition at line 1088 of file math.f90.

◆ flipvi4()

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

Definition at line 1111 of file math.f90.


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