Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
subroutine | pwmin_vec2 (a, b, n) |
Point-wise minimum of two vectors \( a = \min(a, b) \). | |
subroutine | pwmin_vec3 (a, b, c, n) |
Point-wise minimum of two vectors \( a = \min(b, c) \). | |
subroutine | pwmin_sca2 (a, b, n) |
Point-wise minimum of scalar and vector \( a = \min(a, b) \). | |
subroutine | pwmin_sca3 (a, b, c, n) |
Point-wise minimum of scalar and vector \( a = \min(b, c) \). | |