set_heating_funcs Subroutine

private subroutine set_heating_funcs(this, H_func, dHdT_func, dHdrho_func)

Arguments

TypeIntentOptionalAttributesName
class(physics_t), intent(inout) :: this
procedure(realdp) :: H_func
procedure(realdp), optional :: dHdT_func
procedure(realdp), optional :: dHdrho_func

Contents

None