Skip to content

Commit

Permalink
Update domdec.rst (#2322)
Browse files Browse the repository at this point in the history
<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->

---------

Co-authored-by: Thorsten Hater <[email protected]>
  • Loading branch information
ErbB4 and thorstenhater authored Jul 30, 2024
1 parent b0d2b90 commit e5cbaf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/concepts/domdec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ We define some terms as used in the context of connectivity
.. glossary::

cell_group
List of same-kinded cells that share some information. Must not be split
Collection of cells with the same kind. Will be simulated as a unit. Must not be split
across domains.

domain
Produced by a `load_balancer`, a list of all `cell_groups`
located on the same hardware. A `communicator` deals with the full set of
cells of one `domain`.
Produced by a ``load_balancer``; a list of all ``cell_groups``
located on the same hardware. A ``communicator`` deals with the full set of
cells of one ``domain``.

domain_decomposition
List of domains; distributed across MPI processes.
Expand Down

0 comments on commit e5cbaf8

Please sign in to comment.