![]() |
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) |
Definition at line 29 of file bond_error.cpp.
References runtimeErrorMsg, and stream.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), DihedralBondsEnergyKernel::operator()(), DihedralBondsKernel::operator()(), PairBondsPressureKernel::operator()(), AngleBondsPressureKernel::operator()(), DihedralBondsPressureKernel::operator()(), and System::System::particle_bond_energy().
Definition at line 38 of file bond_error.cpp.
References runtimeErrorMsg, and stream.
Referenced by CellStructure::update_bond_storage().