Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
device_math::device_pwmin Interface Reference

Public Member Functions

subroutine device_pwmin_vec2 (a_d, b_d, n, strm)
 Compute the point-wise minimum of two vectors \( a_i = \min(a_i, b_i) \).
 
subroutine device_pwmin_vec3 (a_d, b_d, c_d, n, strm)
 Compute the point-wise minimum of two vectors \( a_i = \min(b_i, c_i) \).
 
subroutine device_pwmin_sca2 (a_d, c, n, strm)
 Compute the point-wise minimum of a vector and a scalar \( a_i = \min(a_i, c) \).
 
subroutine device_pwmin_sca3 (a_d, b_d, c, n, strm)
 Compute the point-wise minimum of a vector and a scalar \( a_i = \min(b_i, c) \).
 

Detailed Description

Definition at line 55 of file device_math.F90.

Member Function/Subroutine Documentation

◆ device_pwmin_sca2()

subroutine device_math::device_pwmin::device_pwmin_sca2 ( type(c_ptr)  a_d,
real(kind=rp), intent(in c,
integer  n,
type(c_ptr), optional  strm 
)

Definition at line 1402 of file device_math.F90.

◆ device_pwmin_sca3()

subroutine device_math::device_pwmin::device_pwmin_sca3 ( type(c_ptr)  a_d,
type(c_ptr)  b_d,
real(kind=rp), intent(in c,
integer  n,
type(c_ptr), optional  strm 
)

Definition at line 1431 of file device_math.F90.

◆ device_pwmin_vec2()

subroutine device_math::device_pwmin::device_pwmin_vec2 ( type(c_ptr)  a_d,
type(c_ptr)  b_d,
integer  n,
type(c_ptr), optional  strm 
)

Definition at line 1347 of file device_math.F90.

◆ device_pwmin_vec3()

subroutine device_math::device_pwmin::device_pwmin_vec3 ( type(c_ptr)  a_d,
type(c_ptr)  b_d,
type(c_ptr)  c_d,
integer  n,
type(c_ptr), optional  strm 
)

Definition at line 1374 of file device_math.F90.


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