Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=RP), | public, | dimension(:,:,:), allocatable | :: | rVect | |||
real(kind=RP), | public, | dimension(:,:), allocatable | :: | r | |||
real(kind=RP), | public, | dimension(:,:), allocatable | :: | re | |||
real(kind=RP), | public, | dimension(:,:,:), allocatable | :: | reUnitVect | |||
real(kind=RP), | public, | dimension(:,:), allocatable | :: | reStar | |||
real(kind=RP), | public, | dimension(:,:,:), allocatable | :: | reStarUnitVect | |||
real(kind=RP), | public | :: | tDelay | ||||
integer, | public | :: | faceIDinMesh | ||||
integer, | public | :: | elementSide | ||||
real(kind=RP), | public | :: | normalCorrection | ||||
real(kind=RP), | public, | dimension(:,:), allocatable | :: | Pacc | |||
real(kind=RP), | public, | dimension(:), allocatable | :: | tInterp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self | ||||
real(kind=RP), | intent(in), | dimension(NDIM) | :: | x | ||
type(face), | intent(in) | :: | f | |||
integer, | intent(in) | :: | fID | |||
logical, | intent(in) | :: | FirstCall | |||
integer, | intent(in) | :: | elementSide |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self | ||||
integer, | intent(in) | :: | buffer_size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self | ||||
integer, | intent(in) | :: | N | |||
integer, | intent(in) | :: | M | |||
real(kind=RP), | intent(in), | dimension(N) | :: | tobserver | ||
real(kind=RP), | intent(in), | dimension(:) | :: | tsource | ||
integer, | intent(out) | :: | nd |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self | ||||
integer, | intent(in) | :: | N | |||
integer, | intent(in) | :: | NDiscard | |||
integer, | intent(in) | :: | M | |||
real(kind=RP), | intent(in), | dimension(:) | :: | tsource | ||
logical, | intent(in) | :: | sameDelay |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self | ||||
real(kind=RP), | intent(in) | :: | tobserver | |||
real(kind=RP), | intent(in) | :: | tsource |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ObserverSourcePairClass) | :: | self | ||||
class(Face), | intent(in) | :: | f | |||
logical, | intent(in) | :: | isSolid |