whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2022-12-01 10:12:14 -05:00
parent 7ce4b2eb68
commit 87a0833edd
15 changed files with 45 additions and 45 deletions

View File

@ -305,7 +305,7 @@ The *setup_grid()* method is called after the first constructor
(above) to partition the grid across processors, which determines
which grid cells each processor owns. It also calculates how many
ghost grid cells in each dimension and each direction each processor
needs to store.
needs to store.
Note that this method is NOT called if the second constructor above is
used. In that case, the caller assigns owned and ghost cells to each
@ -528,7 +528,7 @@ The *ghost_adjacent()* method returns a 1 if every processor can
perform the necessary owned/ghost communication with only its nearest
neighbor processors (4 in 2d, 6 in 3d). It returns a 0 if any
processor's ghost cells extend further than nearest neighbor
processors.
processors.
This can be checked by callers who have the option to change the
global grid size to insure more efficient nearest-neighbor-only

View File

@ -50,7 +50,7 @@ grid <dump>` output files as input.
Nov 2022) to add a section in the :doc:`Developer <Developer>`
section of the manual with a detailed description of how to use
these classes.
----------
These are the commands which currently define or use distributed

View File

@ -104,9 +104,9 @@ Restrictions
Related commands
""""""""""""""""
:doc:`compute temp/partial <compute_temp_partial>`, :doc:`compute
temp/region <compute_temp_region>`, :doc:`compute pressure
<compute_pressure>`
:doc:`compute temp/partial <compute_temp_partial>`,
:doc:`compute temp/region <compute_temp_region>`,
:doc:`compute pressure <compute_pressure>`
Default
"""""""