Communicates markers of all solids in this set.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(solid_set), | intent(inout) | :: | this |
A collection of solids |
impure subroutine solid_set_Communicate(this) !> Communicates markers of all solids in this set. implicit none class(solid_set), intent(inout) :: this !! A collection of solids ! Work variables integer :: n do n=1,this%count call this%p(n)%Communicate end do return end subroutine solid_set_Communicate