Home
last modified time | relevance | path

Searched refs:tagold (Results 1 – 5 of 5) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/REPLICA/
H A Dfix_hyper_global.cpp45 FixHyper(lmp, narg, arg), blist(nullptr), xold(nullptr), tagold(nullptr) in FixHyperGlobal()
79 tagold = nullptr; in FixHyperGlobal()
98 memory->destroy(tagold); in ~FixHyperGlobal()
205 ilocal = atom->map(tagold[iold]); in pre_neighbor()
214 jlocal = atom->map(tagold[jold]); in pre_neighbor()
359 ilocal = atom->map(tagold[iold]); in build_bond_list()
364 jlocal = atom->map(tagold[jold]); in build_bond_list()
426 memory->destroy(tagold); in build_bond_list()
430 memory->create(tagold,maxold,"hyper/global:tagold"); in build_bond_list()
435 for (i = 0; i < nall; i++) tagold[i] = tag[i]; in build_bond_list()
H A Dfix_hyper_local.cpp153 tagold = nullptr; in FixHyperLocal()
223 memory->destroy(tagold); in ~FixHyperLocal()
399 ilocal = atom->map(tagold[iold]); in pre_neighbor()
408 jlocal = atom->map(tagold[jold]); in pre_neighbor()
432 if (tagold[iold] == 0) continue; in pre_neighbor()
433 ilocal = atom->map(tagold[iold]); in pre_neighbor()
1048 memory->destroy(tagold); in build_bond_list()
1088 tagold[i] = tag[i]; in build_bond_list()
1094 tagold[j] = tag[j]; in build_bond_list()
1116 tagold[i] = tag[i]; in build_bond_list()
[all …]
H A Dfix_hyper_global.h86 tagint *tagold; // IDs of atoms when bonds were forme variable
H A Dfix_hyper_local.h165 tagint *tagold; // IDs of atoms when bonds were formed variable
/dports/science/lammps/lammps-stable_29Sep2021/src/MISC/
H A Dfix_srp.cpp148 tagint *tagold; in setup_pre_force() local
166 memory->create(tagold,nall,"fix_srp:tagold"); in setup_pre_force()
173 tagold[i]=tag[i]; in setup_pre_force()
228 if ((force->newton_bond) || (j < nlocal_old) || (tagold[i] > tagold[j])) { in setup_pre_force()
232 array[atom->nlocal-1][0] = static_cast<double>(tagold[i]); in setup_pre_force()
233 array[atom->nlocal-1][1] = static_cast<double>(tagold[j]); in setup_pre_force()
243 memory->destroy(tagold); in setup_pre_force()