Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active | ||||
integer, | public | :: | rank | ||||
integer, | public | :: | ID | ||||
integer, | public | :: | eID | ||||
real(kind=RP), | public | :: | x(NDIM) | ||||
real(kind=RP), | public | :: | xi(NDIM) | ||||
real(kind=RP), | public, | allocatable | :: | values(:) | |||
real(kind=RP), | public, | allocatable | :: | lxi(:) | |||
real(kind=RP), | public, | allocatable | :: | leta(:) | |||
real(kind=RP), | public, | allocatable | :: | lzeta(:) | |||
character(len=STR_LEN_MONITORS), | public | :: | fileName | ||||
character(len=STR_LEN_MONITORS), | public | :: | monitorName | ||||
character(len=STR_LEN_MONITORS), | public | :: | variable |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
integer | :: | ID | ||||
character(len=*) | :: | solution_file | ||||
logical, | intent(in) | :: | FirstCall |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
integer | :: | bufferPosition |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t) | :: | self | ||||
integer | :: | bufferLine |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t) | :: | self | ||||
integer | :: | iter(:) | ||||
real(kind=RP) | :: | t(:) | ||||
integer | :: | no_of_lines |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Probe_t), | intent(inout) | :: | self |