Gromacs
2024.4
|
#include <memory>
#include "gromacs/math/vectypes.h"
#include "gromacs/mdtypes/locality.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/real.h"
#include "pairlist.h"
Declares the PairlistSet class.
There is one PairlistSet object per locality. A PairlistSet holds a list of CPU- or GPU-type pairlist objects, one for each thread, as well as helper objects to construct each of those pairlists.
Classes | |
class | gmx::ListOfLists< typename > |
A list of lists, optimized for performance. More... | |
class | PairlistSet |
An object that holds the local or non-local pairlists. More... | |