Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.cpp2463 std::vector<int> end(nteam+1), nQEq(nteam+1),nQEqc(nteam+1),nQEqa(nteam+1); in Charge() local
2479 nQEq[i] = nQEqa[i] = nQEqc[i] = 0; in Charge()
2496 if (itype == 0) { qtota[gp] += q[i]; nQEqa[gp] += 1; } in Charge()
2501 MPI_Allreduce(nQEqa.data(),nQEqaall,nteam+1,MPI_INT,MPI_SUM,world); in Charge()