disable centroid stress for non-small rigid fixes

This commit is contained in:
Donatas Surblys
2022-01-04 18:09:49 +09:00
parent 1225b609d8
commit fd3884d705

View File

@ -68,6 +68,7 @@ FixRigid::FixRigid(LAMMPS *lmp, int narg, char **arg) :
create_attribute = 1; create_attribute = 1;
dof_flag = 1; dof_flag = 1;
enforce2d_flag = 1; enforce2d_flag = 1;
centroidstressflag = CENTROID_NOTAVAIL;
MPI_Comm_rank(world,&me); MPI_Comm_rank(world,&me);
MPI_Comm_size(world,&nprocs); MPI_Comm_size(world,&nprocs);