git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3483 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -131,6 +131,10 @@ void ComputeHeatFlux::compute_vector()
|
||||
|
||||
neighbor->build_one(list->index);
|
||||
|
||||
// invoke ghost comm to insure ghost vels are up-to-date
|
||||
|
||||
comm->forward_comm();
|
||||
|
||||
inum = list->inum;
|
||||
ilist = list->ilist;
|
||||
numneigh = list->numneigh;
|
||||
|
||||
Reference in New Issue
Block a user