![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "bond_error.hpp"#include "error_handling/RuntimeErrorStream.hpp"#include "errorhandling.hpp"#include <span>
Include dependency graph for bond_error.cpp:Go to the source code of this file.
Functions | |
| void | bond_broken_error (int id, std::span< const int > partner_ids) |
| void | bond_resolution_error (std::span< const int > partner_ids) |
| void bond_broken_error | ( | int | id, |
| std::span< const int > | partner_ids | ||
| ) |
Definition at line 29 of file bond_error.cpp.
References runtimeErrorMsg.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), DihedralBondsEnergyKernel::operator()(), DihedralBondsKernel::operator()(), and System::System::particle_bond_energy().
| void bond_resolution_error | ( | std::span< const int > | partner_ids | ) |
Definition at line 38 of file bond_error.cpp.
References runtimeErrorMsg.
Referenced by CellStructure::update_bond_storage().