git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7796 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-02-15 15:25:54 +00:00
parent e963497c6c
commit 2721d93e2c
3 changed files with 111 additions and 161 deletions

View File

@ -571,8 +571,8 @@ void Balance::stats(int dim, int n, double *split, bigint *count)
count = atoms per slice
split = current N+1 cuts, with 0.0 and 1.0 at end points
overwrite split with new cuts
diffusion means slices with more atoms than their neighbors
"send" them atoms by moving cut closer to sender, further from receiver
diffusion means slices with more atoms than their neighbors "send" atoms,
by moving cut closer to sender, further from receiver
------------------------------------------------------------------------- */
void Balance::adjust(int n, bigint *count, double *split)