Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active | ||||
integer, | public | :: | ID | ||||
integer, | public | :: | bufferLine | ||||
integer, | public | :: | num_of_vars | ||||
real(kind=RP), | public, | allocatable | :: | values(:,:) | |||
character(len=STR_LEN_MONITORS), | public | :: | monitorName | ||||
character(len=STR_LEN_MONITORS), | public | :: | fileName | ||||
character(len=STR_LEN_MONITORS), | public | :: | variable |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
integer | :: | ID | ||||
character(len=*) | :: | solution_file | ||||
logical, | intent(in) | :: | FirstCall |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
integer | :: | bufferPosition |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t) | :: | self | ||||
integer | :: | bufferLine |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t) | :: | self | ||||
integer | :: | iter(:) | ||||
real(kind=RP) | :: | t(:) | ||||
integer | :: | no_of_lines |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t), | intent(inout) | :: | to | |||
type(LoadBalancingMonitor_t), | intent(in) | :: | from |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LoadBalancingMonitor_t), | intent(inout) | :: | to | |||
type(LoadBalancingMonitor_t), | intent(in) | :: | from |