| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Public Member Functions | |
| subroutine | device_pwmax_vec2 (a_d, b_d, n) | 
| Compute the point-wise maximum of two vectors \( a_i = \max(a_i, b_i) \).   | |
| subroutine | device_pwmax_vec3 (a_d, b_d, c_d, n) | 
| Compute the point-wise maximum of two vectors \( a_i = \max(b_i, c_i) \).   | |
| subroutine | device_pwmax_sca2 (a_d, c, n) | 
| Compute the point-wise maximum of a vector and a scalar \( a_i = \max(a_i, c) \).   | |
| subroutine | device_pwmax_sca3 (a_d, b_d, c, n) | 
| Compute the point-wise maximum of a vector and a scalar \( a_i = \max(b_i, c) \).   | |
Definition at line 50 of file device_math.F90.
| subroutine device_math::device_pwmax::device_pwmax_sca2 | ( | type(c_ptr) | a_d, | 
| real(kind=rp), intent(in) | c, | ||
| integer | n | ||
| ) | 
Definition at line 705 of file device_math.F90.
| subroutine device_math::device_pwmax::device_pwmax_sca3 | ( | type(c_ptr) | a_d, | 
| type(c_ptr) | b_d, | ||
| real(kind=rp), intent(in) | c, | ||
| integer | n | ||
| ) | 
Definition at line 724 of file device_math.F90.
| subroutine device_math::device_pwmax::device_pwmax_vec2 | ( | type(c_ptr) | a_d, | 
| type(c_ptr) | b_d, | ||
| integer | n | ||
| ) | 
Definition at line 670 of file device_math.F90.
| subroutine device_math::device_pwmax::device_pwmax_vec3 | ( | type(c_ptr) | a_d, | 
| type(c_ptr) | b_d, | ||
| type(c_ptr) | c_d, | ||
| integer | n | ||
| ) | 
Definition at line 687 of file device_math.F90.