|
Gromacs
2025.4
|
#include <memory>#include <vector>#include "gromacs/math/vectypes.h"#include "gromacs/mdtypes/locality.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/real.h"#include "pairlist.h"
Include dependency graph for pairlistset.h:
This graph shows which files directly or indirectly include this file: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 | gmx::PairlistSet |
| An object that holds the local or non-local pairlists. More... | |
1.8.5