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

Private Member Functions

subroutine pwmin_vec2 (a, b, n)
 Point-wise minimum of two vectors \( a = \min(a, b) \). More...
 
subroutine pwmin_vec3 (a, b, c, n)
 Point-wise minimum of two vectors \( a = \min(b, c) \). More...
 
subroutine pwmin_sca2 (a, b, n)
 Point-wise minimum of scalar and vector \( a = \min(a, b) \). More...
 
subroutine pwmin_sca3 (a, b, c, n)
 Point-wise minimum of scalar and vector \( a = \min(b, c) \). More...
 

Detailed Description

Definition at line 106 of file math.f90.

Member Function/Subroutine Documentation

◆ pwmin_sca2()

subroutine math::pwmin::pwmin_sca2 ( real(kind=rp), dimension(n), intent(inout)  a,
real(kind=rp), intent(in)  b,
integer, intent(in)  n 
)
private

Definition at line 1264 of file math.f90.

◆ pwmin_sca3()

subroutine math::pwmin::pwmin_sca3 ( real(kind=rp), dimension(n), intent(inout)  a,
real(kind=rp), dimension(n), intent(in)  b,
real(kind=rp), intent(in)  c,
integer, intent(in)  n 
)
private

Definition at line 1276 of file math.f90.

◆ pwmin_vec2()

subroutine math::pwmin::pwmin_vec2 ( real(kind=rp), dimension(n), intent(inout)  a,
real(kind=rp), dimension(n), intent(in)  b,
integer, intent(in)  n 
)
private

Definition at line 1240 of file math.f90.

◆ pwmin_vec3()

subroutine math::pwmin::pwmin_vec3 ( real(kind=rp), dimension(n), intent(inout)  a,
real(kind=rp), dimension(n), intent(in)  b,
real(kind=rp), dimension(n), intent(in)  c,
integer, intent(in)  n 
)
private

Definition at line 1252 of file math.f90.


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