subdomain -> sub-domain

This commit is contained in:
Axel Kohlmeyer 2018-08-22 21:50:56 -04:00
parent 4278a284e4
commit eca0487daf
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ NOTE: Care must be taken when choosing both a value for dx, and a
simulation domain size. This fix uses the same subdivision of the simulation domain size. This fix uses the same subdivision of the
simulation domain among processors as the main LAMMPS program. In simulation domain among processors as the main LAMMPS program. In
order to uniformly cover the simulation domain with lattice sites, the order to uniformly cover the simulation domain with lattice sites, the
lengths of the individual LAMMPS subdomains must all be evenly lengths of the individual LAMMPS sub-domains must all be evenly
divisible by dx. If the simulation domain size is cubic, with equal divisible by dx. If the simulation domain size is cubic, with equal
lengths in all dimensions, and the default value for dx is used, this lengths in all dimensions, and the default value for dx is used, this
will automatically be satisfied. will automatically be satisfied.

View File

@ -14,7 +14,7 @@ replicate nx ny nz {keyword} :pre
nx,ny,nz = replication factors in each dimension :ulb nx,ny,nz = replication factors in each dimension :ulb
optional {keyword} = {bbox} :l optional {keyword} = {bbox} :l
{bbox} = only check atoms in replicas that overlap with a processor's subdomain :ule {bbox} = only check atoms in replicas that overlap with a processor's sub-domain :ule
[Examples:] [Examples:]
@ -46,7 +46,7 @@ image flags that differ by 1. This will allow the bond to be
unwrapped appropriately. unwrapped appropriately.
The optional keyword {bbox} uses a bounding box to only check atoms The optional keyword {bbox} uses a bounding box to only check atoms
in replicas that overlap with a processor's subdomain when assigning in replicas that overlap with a processor's sub-domain when assigning
atoms to processors, and thus can result in substantial speedups for atoms to processors, and thus can result in substantial speedups for
calculations using a large number of processors. It does require calculations using a large number of processors. It does require
temporarily using more memory. temporarily using more memory.