46 module subroutine scalar_residual_factory(object)
47 class(scalar_residual_t),
allocatable,
intent(inout) :: object
49 if (
allocated(object))
then
61 end subroutine scalar_residual_factory
63 end submodule scalar_residual_fctry
integer, parameter neko_bcknd_sx
integer, parameter neko_bcknd_device
Residuals in the scalar equation (CPU version).
Residuals in the Pn-Pn formulation (SX version)
Defines the residual for the scalar transport equation.
Wrapper type for the routine to compute the scalar residual on the CPU.