Updates and add-up the ghostcells.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eulerian_obj_base), | intent(inout) | :: | this |
An Eulerian object |
impure subroutine eulerian_obj_AddUpGhostCells(this) !> Updates and add-up the ghostcells. class(eulerian_obj_base),intent(inout):: this !! An Eulerian object call this%AddUpGhostCells_x call this%AddUpGhostCells_y call this%AddUpGhostCells_z call this%UpdateGhostCells return end subroutine eulerian_obj_AddUpGhostCells