Home
last modified time | relevance | path

Searched refs:groupatoms (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/REPLICA/
H A Dfix_hyper_global.h60 bigint groupatoms; // # of atoms in fix group variable
H A Dfix_hyper_local.h73 bigint groupatoms; // # of atoms in fix group variable
H A Dfix_hyper_global.cpp137 groupatoms = group->count(igroup); in init()
500 return 1.0*allbonds/groupatoms; in compute_vector()
H A Dfix_hyper_local.cpp304 groupatoms = group->count(igroup); in init()
1558 if (i == 7) return 1.0*allbonds/groupatoms; in compute_vector()
1566 double bondsperatom = 1.0*allbonds/groupatoms; in compute_vector()