![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "system/System.hpp"#include <boost/serialization/access.hpp>#include <array>#include <memory>#include <optional>#include <unordered_map>#include <vector>
Include dependency graph for bond_breakage.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | BondBreakage::BreakageSpec |
| struct | BondBreakage::QueueEntry |
| class | BondBreakage::BondBreakage |
Namespaces | |
| namespace | BondBreakage |
Typedefs | |
| using | BondBreakage::BondPartners = std::array< std::optional< int >, 2 > |
| Stores one or two bond parnters for pair/angle bonds. | |
| using | BondBreakage::Queue = std::vector< QueueEntry > |
| Record bonds broken during a time step. | |
Enumerations | |
| enum class | BondBreakage::ActionType { BondBreakage::NONE = 0 , BondBreakage::DELETE_BOND = 1 , BondBreakage::REVERT_BIND_AT_POINT_OF_COLLISION = 2 } |