Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Enumerations
pairsearch.h File Reference
#include <memory>
#include <vector>
#include "gromacs/domdec/domdec.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/timing/cyclecounter.h"
#include "gromacs/utility/alignedallocator.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/real.h"
#include "atomdata.h"
#include "gridset.h"
#include "pairlist.h"
+ Include dependency graph for pairsearch.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares the PairSearch class and helper structs.

The PairSearch class holds the domain setup, the search grids and helper object for the pair search. It manages the search work. The actual gridding and pairlist generation is performeed by the GridSet/Grid and PairlistSet/Pairlist classes, respectively.

Author
Berk Hess hess@.nosp@m.kth..nosp@m.se

Classes

struct  SearchCycleCounting
 Struct for collecting detailed cycle counts for the search. More...
 

Typedefs

template<class T >
using AlignedVector = std::vector< T, gmx::AlignedAllocator< T >>
 Convenience declaration for an std::vector with aligned memory.
 

Enumerations

enum  { enbsCCgrid, enbsCCsearch, enbsCCcombine, enbsCCnr }
 Local cycle count enum for profiling different parts of search.