48 module subroutine pnpn_prs_res_stress_factory(object)
49 class(pnpn_prs_res_t),
allocatable,
intent(inout) :: object
51 if (
allocated(object))
then
61 end subroutine pnpn_prs_res_stress_factory
67 module subroutine pnpn_vel_res_stress_factory(object)
68 class(pnpn_vel_res_t),
allocatable,
intent(inout) :: object
70 if (
allocated(object))
then
80 end subroutine pnpn_vel_res_stress_factory
82 end submodule pnpn_res_stress_fctry
integer, parameter neko_bcknd_device
Residuals in the Pn-Pn formulation (CPU version)
Residuals in the Pn-Pn formulation (device version)
Defines Pressure and velocity residuals in the Pn-Pn formulation.
CPU implementation of the pressure residual for the PnPn fluid with full viscous stress formulation.
CPU implementation of the velocity residual for the PnPn fluid with full viscous stress formulation.
Device implementation of the pressure residual for the PnPn fluid with full viscous stress formulatio...
Device implementation of the velocity residual for the PnPn fluid with full viscous stress formulatio...