This subroutine initializes musubi after a dynamic load balancing is performed.
initialize fluid type which contains relaxation parameter and function pointers to get mrt paramter and nonEqScaling factor for interpolation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme | scheme type |
||
type(mus_param_type), | intent(inout) | :: | params | Global parameters |
||
type(mus_geom_type), | intent(inout) | :: | geometry | Treelmesh data |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | minLevel | ||||
integer, | private | :: | maxLevel | ||||
integer, | private | :: | iLevel | ||||
integer, | private | :: | ii |