Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
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) \). | |