Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
subroutine | device_radd (a_d, c, n, strm) |
Add a scalar to vector \( a = a + s \). | |
subroutine | device_iadd (a_d, c, n, strm) |
Add an integer scalar to vector \( a = a + s \). | |
Definition at line 60 of file device_math.F90.
subroutine device_math::device_cadd::device_iadd | ( | type(c_ptr), intent(inout) | a_d, |
integer, intent(in) | c, | ||
integer, intent(in) | n, | ||
type(c_ptr), optional | strm | ||
) |
Definition at line 1462 of file device_math.F90.
subroutine device_math::device_cadd::device_radd | ( | type(c_ptr) | a_d, |
real(kind=rp), intent(in) | c, | ||
integer | n, | ||
type(c_ptr), optional | strm | ||
) |
Definition at line 392 of file device_math.F90.