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

Public Member Functions

subroutine pwmax_vec2 (a, b, n)
 Point-wise maximum of two vectors \( a = \max(a, b) \).
 
subroutine pwmax_vec3 (a, b, c, n)
 Point-wise maximum of two vectors \( a = \max(b, c) \).
 
subroutine pwmax_scal2 (a, b, n)
 Point-wise maximum of scalar and vector \( a = \max(a, b) \).
 
subroutine pwmax_scal3 (a, b, c, n)
 Point-wise maximum of scalar and vector \( a = \max(b, c) \).
 

Detailed Description

Definition at line 101 of file math.f90.

Member Function/Subroutine Documentation

◆ pwmax_scal2()

subroutine math::pwmax::pwmax_scal2 ( real(kind=rp), dimension(n), intent(inout a,
real(kind=rp), intent(in b,
integer, intent(in n 
)

Definition at line 1214 of file math.f90.

◆ pwmax_scal3()

subroutine math::pwmax::pwmax_scal3 ( 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 1226 of file math.f90.

◆ pwmax_vec2()

subroutine math::pwmax::pwmax_vec2 ( real(kind=rp), dimension(n), intent(inout a,
real(kind=rp), dimension(n), intent(in b,
integer, intent(in n 
)

Definition at line 1190 of file math.f90.

◆ pwmax_vec3()

subroutine math::pwmax::pwmax_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 1202 of file math.f90.


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