|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/domdec/reversetopology.h>
Collaboration diagram for thread_work_t:Struct for thread local work data for local topology generation.
Public Member Functions | |
| thread_work_t (const gmx_ffparams_t &ffparams) | |
| Constructor. More... | |
Public Attributes | |
| InteractionDefinitions | idef |
| Partial local topology. | |
| std::unique_ptr< gmx::VsitePbc > | vsitePbc = nullptr |
| vsite PBC structure | |
| int | numBondedInteractions = 0 |
| The number of bonded interactions observed. | |
| gmx::ListOfLists< int > | excl |
| List of exclusions. | |
|
inline |
Constructor.
| [in] | ffparams | The interaction parameters, the lifetime of the created object should not exceed the lifetime of the passed parameters |
1.8.5