Do final check on check on total density, Close auxiliary stuff such as restart and the tracker, finalize treelm, dump timing and finialize mpi with fin_env
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme | scheme type |
||
type(mus_param_type), | intent(inout) | :: | params | Global parameters |
||
type(treelmesh_type), | intent(inout) | :: | tree | geometry infomation |
||
integer, | intent(in) | :: | levelPointer(:) | global information |
||
integer, | intent(in) | :: | nBCs | Number of BC |
||
type(mus_IBM_globType), | intent(inout) | :: | globIBM | global IBM datatype incl. array of IBM datatypes |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | minLevel | ||||
integer, | private | :: | maxLevel | ||||
integer, | private | :: | ii | ||||
integer, | private | :: | iLevel | ||||
real(kind=rk), | private | :: | total_density | ||||
character(len=labelLen), | private | :: | bc_labels(nBCs) | ||||
real(kind=rk), | private, | allocatable | :: | weights(:) |