recvVectorPlotRoot Subroutine

public subroutine recvVectorPlotRoot(ObjectsList, STLNum, rootVector, x, y, z, vector_x, vector_y, vector_z)

Arguments

Type IntentOptional Attributes Name
type(Object_type), intent(in) :: ObjectsList(:)
integer, intent(in) :: STLNum
real(kind=RP), intent(in) :: rootVector(:,:,:)
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 :: vector_x(:)
real(kind=RP), intent(inout), allocatable :: vector_y(:)
real(kind=RP), intent(inout), allocatable :: vector_z(:)