rename forward communication functions for pair, fix, compute, and dump

This commit is contained in:
Axel Kohlmeyer
2022-02-21 21:15:10 -05:00
parent 7ea26161f7
commit 4c0192cae1
122 changed files with 266 additions and 266 deletions

View File

@ -529,7 +529,7 @@ void FixHyperLocal::pre_reverse(int /* eflag */, int /* vflag */)
commflag = STRAIN;
comm->reverse_comm_fix(this);
comm->forward_comm_fix(this);
comm->forward_comm(this);
//time3 = platform::walltime();
@ -644,7 +644,7 @@ void FixHyperLocal::pre_reverse(int /* eflag */, int /* vflag */)
commflag = STRAINDOMAIN;
comm->reverse_comm_fix(this);
comm->forward_comm_fix(this);
comm->forward_comm(this);
//time5 = platform::walltime();
@ -832,7 +832,7 @@ void FixHyperLocal::pre_reverse(int /* eflag */, int /* vflag */)
commflag = BIASFLAG;
comm->reverse_comm_fix(this);
comm->forward_comm_fix(this);
comm->forward_comm(this);
// loop over Dcut full neighbor list
// I and J may be ghost atoms