The BondEntry class represents a collection of contact geometries and forces for one bond.
Definition bond_entry.hpp:16
A class that provides functions to convert bond entry data between a class and a struct format.
Definition bond_entry_parser.hpp:17
static void StructToClass(BondEntry *const entry_class, const BondEntryData *const entry_struct, const MiniMap< int, ContactModel * > &contact_model_map)
Converts bond entry data from a struct to a class format.
Definition bond_entry_parser.cpp:88
static void DefineMPIDataType(MPI_Datatype *const datatype)
Defines an MPI datatype for a BondEntryData struct.
Definition bond_entry_parser.cpp:179
static void ClassToStruct(const BondEntry *const entry_class, BondEntryData *const entry_struct)
Converts bond entry data from a class to a struct format.
Definition bond_entry_parser.cpp:6
A struct that represents data associated with a bond entry.
Definition bond_entry_data.hpp:13