Neko  0.8.99
A portable framework for high-order spectral element flow simulations
scalar_residual_device Module Reference

Data Types

type  scalar_residual_device_t
 
interface  scalar_residual_update_hip
 

Functions/Subroutines

subroutine scalar_residual_device_compute (Ax, s, s_res, f_Xh, c_Xh, msh, Xh, lambda, rhocp, bd, dt, n)
 

Function/Subroutine Documentation

◆ scalar_residual_device_compute()

subroutine scalar_residual_device::scalar_residual_device_compute ( class(ax_t), intent(in)  Ax,
type(field_t), intent(inout)  s,
type(field_t), intent(inout)  s_res,
type(field_t), intent(inout)  f_Xh,
type(coef_t), intent(inout)  c_Xh,
type(mesh_t), intent(inout)  msh,
type(space_t), intent(inout)  Xh,
type(field_t), intent(in)  lambda,
real(kind=rp), intent(in)  rhocp,
real(kind=rp), intent(in)  bd,
real(kind=rp), intent(in)  dt,
integer, intent(in)  n 
)
private

Definition at line 92 of file scalar_residual_device.F90.

Here is the call graph for this function: