Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_hybrid_kokkos.cpp84 int vflag_substyle; in compute() local
85 if (vflag & VIRIAL_FDOTR) vflag_substyle = VIRIAL_NONE | (vflag & ~VIRIAL_FDOTR); in compute()
86 else vflag_substyle = vflag; in compute()
111 styles[m]->compute_outer(eflag,vflag_substyle); in compute()
112 else styles[m]->compute(eflag,vflag_substyle); in compute()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dpair_hybrid_scaled.cpp120 int vflag_substyle; in compute() local
122 vflag_substyle = vflag & ~VIRIAL_FDOTR; in compute()
124 vflag_substyle = vflag; in compute()
153 styles[m]->compute_outer(eflag, vflag_substyle); in compute()
155 styles[m]->compute(eflag, vflag_substyle); in compute()
H A Dpair_hybrid.cpp107 int vflag_substyle; in compute() local
108 if (vflag & VIRIAL_FDOTR) vflag_substyle = vflag & ~VIRIAL_FDOTR; in compute()
109 else vflag_substyle = vflag; in compute()
133 styles[m]->compute_outer(eflag,vflag_substyle); in compute()
134 else styles[m]->compute(eflag,vflag_substyle); in compute()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dpair_hybrid.cpp129 int vflag_substyle; in compute() local
130 if (vflag % 4 == 2) vflag_substyle = vflag/4 * 4; in compute()
131 else vflag_substyle = vflag; in compute()
139 styles[m]->compute_outer(eflag,vflag_substyle); in compute()
140 else styles[m]->compute(eflag,vflag_substyle); in compute()