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

Public Member Functions

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

Detailed Description

Definition at line 105 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 
)

Definition at line 1263 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 
)

Definition at line 1275 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 
)

Definition at line 1239 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 
)

Definition at line 1251 of file math.f90.


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