35 auto &system = get_system();
36 if (not constraint->fits_in_box(system.box_geo->length())) {
37 throw std::runtime_error(
"Constraint not compatible with box size.");
39 assert(not contains(constraint));
40 m_constraints.emplace_back(constraint);
41 system.on_constraint_change();
Force information on a particle.