Updates the ghostcells.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eulerian_obj_base), | intent(inout) | :: | this |
An Eulerian object |
impure subroutine eulerian_obj_UpdateGhostCells(this) !> Updates the ghostcells. class(eulerian_obj_base), intent(inout) :: this !! An Eulerian object call this%UpdateGhostCells_x call this%UpdateGhostCells_y call this%UpdateGhostCells_z return end subroutine eulerian_obj_UpdateGhostCells