Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.cpp2461 std::vector<double> qtotcll(nteam+1),qtotall(nteam+1),qtota(nteam+1),qtotc(nteam+1); in Charge() local
2482 qtota[i] = qtotc[i] = qtotall[i] = qtotcll[i] = 0.0; in Charge()
2495 if (itype != 0) { qtotc[gp] += q[i]; nQEqc[gp] += 1; } in Charge()
2503 MPI_Allreduce(qtotc.data(),qtotcll.data(),nteam+1,MPI_DOUBLE,MPI_SUM,world); in Charge()