Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
Implements the cpu kernel for the const_source_term_t
type.
Functions/Subroutines | |
subroutine, public | const_source_term_compute_cpu (fields, values) |
Computes the constant source term on the cpu. More... | |
subroutine, public const_source_term_cpu::const_source_term_compute_cpu | ( | 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_cpu.f90.