recvScalarPlotRoot Subroutine

public subroutine recvScalarPlotRoot(ObjectsList, STLNum, rootScalar, x, y, z, scalar)

Arguments

Type IntentOptional Attributes Name
type(Object_type), intent(in) :: ObjectsList(:)
integer, intent(in) :: STLNum
real(kind=RP), intent(in) :: rootScalar(:,:)
real(kind=RP), intent(inout), allocatable :: x(:)
real(kind=RP), intent(inout), allocatable :: y(:)
real(kind=RP), intent(inout), allocatable :: z(:)
real(kind=RP), intent(inout), allocatable :: scalar(:)