37 use utils,
only: neko_type_error
52 character(len=*),
intent(in) :: type_name
54 select case (trim(type_name))
58 call neko_type_error(
"adjoint fluid scheme", type_name,
known_types)
Factory for all adjoint fluid schemes.
character(len=20), dimension(1) known_types
subroutine, public adjoint_fluid_scheme_factory(object, type_name)
Initialise a adjoint fluid scheme.
Adjoint Pn/Pn formulation.
Base type of all fluid formulations.