Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements the device kernel for the const_source_term_t
type.
Functions/Subroutines | |
subroutine, public | const_source_term_compute_device (fields, values) |
Computes the constant source term on the device. More... | |
subroutine, public const_source_term_device::const_source_term_compute_device | ( | type(field_list_t), intent(inout) | fields, |
real(kind=rp), dimension(:), intent(in) | values | ||
) |
fields | The right-hand side. |
values | The values of the source components. |
Definition at line 48 of file const_source_term_device.f90.