Average force magnitude increasing without integration
Hi all,
I have a simulation in which I calculate the average per particle force and use it to control the sim, i.e.
compute avg_f all reduce ave fx fy fz
variable mag_ave_f equal sqrt(c_avg_f[1]^2+c_avg_f[2]^2+c_avg_f[3]^2)