This routine assigns compute routine for mrt relaxation
Supported variants are: * standard - Optimized routines for specifc layouts. * standard_no_opt - no optimized routines for any layouts. * bgk - Uses no optimized routine but in mus_mrtRelaxation_module all relaxation parameters are set to same omega to recover bgk.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=labelLen), | intent(in) | :: | variant | |||
character(len=labelLen), | intent(in) | :: | layout | |||
procedure(kernel), | intent(out), | pointer | :: | compute |