revise based on suggestions from languagetool.org

This commit is contained in:
Axel Kohlmeyer
2023-01-22 08:33:04 -05:00
parent 57349b042e
commit f65f79ef82
56 changed files with 275 additions and 267 deletions

View File

@ -7,7 +7,7 @@ decomposition. The parallelization aims to be efficient, and resulting
in good strong scaling (= good speedup for the same system) and good
weak scaling (= the computational cost of enlarging the system is
proportional to the system size). Additional parallelization using GPUs
or OpenMP can also be applied within the sub-domain assigned to an MPI
or OpenMP can also be applied within the subdomain assigned to an MPI
process. For clarity, most of the following illustrations show the 2d
simulation case. The underlying algorithms in those cases, however,
apply to both 2d and 3d cases equally well.