Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update domdec.rst #2322

Merged
merged 5 commits into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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