![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <exception>#include <span>
Include dependency graph for bond_error.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | BondResolutionError |
| Exception indicating that a particle id could not be resolved. More... | |
| struct | BondUnknownTypeError |
| Exception indicating that a bond type was unknown. More... | |
| struct | BondInvalidSizeError |
| Exception indicating that a bond with an unexpected number of partners was encountered. More... | |
Functions | |
| void | bond_broken_error (int id, std::span< const int > partner_ids) |
| void bond_broken_error | ( | int | id, |
| std::span< const int > | partner_ids | ||
| ) |
Definition at line 28 of file bond_error.cpp.
References runtimeErrorMsg.
Referenced by System::System::particle_bond_energy().