Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
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 102 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 1215 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 1227 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 1191 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 1203 of file math.f90.


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