Home
last modified time | relevance | path

Searched refs:maxmol_tag (Results 1 – 3 of 3) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/POEMS/
H A Dfix_poems.cpp168 tagint maxmol_tag = -1; in FixPOEMS() local
170 if (mask[i] & groupbit) maxmol_tag = MAX(maxmol_tag,molecule[i]); in FixPOEMS()
173 MPI_Allreduce(&maxmol_tag,&itmp,1,MPI_LMP_TAGINT,MPI_MAX,world); in FixPOEMS()
/dports/science/lammps/lammps-stable_29Sep2021/src/LATBOLTZ/
H A Dfix_lb_rigid_pc_sphere.cpp104 tagint maxmol_tag = -1; in FixLbRigidPCSphere() local
106 if (mask[i] & groupbit) maxmol_tag = MAX(maxmol_tag,molecule[i]); in FixLbRigidPCSphere()
109 MPI_Allreduce(&maxmol_tag,&itmp,1,MPI_LMP_TAGINT,MPI_MAX,world); in FixLbRigidPCSphere()
/dports/science/lammps/lammps-stable_29Sep2021/src/RIGID/
H A Dfix_rigid.cpp182 tagint maxmol_tag = -1; in FixRigid() local
184 if (mask[i] & groupbit) maxmol_tag = MAX(maxmol_tag,molecule[i]); in FixRigid()
187 MPI_Allreduce(&maxmol_tag,&itmp,1,MPI_LMP_TAGINT,MPI_MAX,world); in FixRigid()