48 module subroutine compressible_rhs_factory(object, gamma)
49 class(compressible_rhs_t),
allocatable,
intent(inout) :: object
50 real(kind=rp),
intent(in) :: gamma
52 if (
allocated(object))
then
73 end subroutine compressible_rhs_factory
75end submodule compressible_res_fctry
This implements CPU-based residual calculations for the compressible equations. It handles the time a...
real(kind=rp), public compressible_res_cpu_gamma
Module variable to store thermodynamic parameter set by factory.
real(kind=rp), public compressible_res_device_gamma
Module variable to store thermodynamic parameter set by factory.
integer, parameter neko_bcknd_device