[DEPRECATED] Updates the ghostcell values of local grid owned by the current MPI rank. Note that each MPI rank stores only its portion of the grid, thus needs to have proper ghostcell values. Although SetupUniformGrid fills the ghostcells of x/y/z, it does it assuming fixed grid spacing, which may not be the correct if a non-uniform grid is used.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(block_obj), | intent(inout) | :: | this |
A block object |
||
real(kind=wp), | intent(inout) | :: | axis(:) | |||
integer, | intent(in) | :: | idir |