54 std::unordered_map<int, double>
radii = {};
75 mutable std::vector<double> v_sd = {};
76 mutable std::vector<double> x_host = {};
77 mutable std::vector<double> f_host = {};
78 mutable std::vector<double> a_host = {};
void propagate_vel_pos(ParticleRangeStokesian const &particles, StokesianThermostat const &stokesian, double time_step, double kT) const
Take the forces and torques on all particles and compute velocities.