49  module subroutine rhs_maker_sumab_fctry(object)
 
   50    class(rhs_maker_sumab_t), 
allocatable, 
intent(inout) :: object
 
   52    if (
allocated(object)) 
then 
   64  end subroutine rhs_maker_sumab_fctry
 
   69  module subroutine rhs_maker_ext_fctry(object)
 
   70    class(rhs_maker_ext_t), 
allocatable, 
intent(inout) :: object
 
   72    if (
allocated(object)) 
then 
   84  end subroutine rhs_maker_ext_fctry
 
   89  module subroutine rhs_maker_bdf_fctry(object)
 
   90    class(rhs_maker_bdf_t), 
allocatable, 
intent(inout) :: object
 
   92    if (
allocated(object)) 
then 
  104  end subroutine rhs_maker_bdf_fctry
 
  109  module subroutine rhs_maker_oifs_fctry(object)
 
  110    class(rhs_maker_oifs_t), 
allocatable, 
intent(inout) :: object
 
  112    if (
allocated(object)) 
then 
  122  end subroutine rhs_maker_oifs_fctry
 
  124end submodule rhs_maker_fctry
 
integer, parameter neko_bcknd_sx
 
integer, parameter neko_bcknd_device
 
Routines to generate the right-hand sides for the convection-diffusion equation. Employs the EXT/BDF ...