NAMD
SortAtoms.h
Go to the documentation of this file.
1 
7 #ifndef SORTATOMS_H
8 #define SORTATOMS_H
9 
10 struct FullAtom;
11 
12 void sortAtomsForCUDA(int *order, const FullAtom *atoms, int nfree, int n);
13 
14 void sortAtomsForPatches(int *order, int *breaks,
15  const FullAtom *atoms, int nmgrps, int natoms,
16  int ni, int nj, int nk);
17 
18 
19 #endif // SORTATOMS_H
20 
static __thread atom * atoms
void sortAtomsForCUDA(int *order, const FullAtom *atoms, int nfree, int n)
Definition: SortAtoms.C:116
#define order
Definition: PmeRealSpace.C:235
void sortAtomsForPatches(int *order, int *breaks, const FullAtom *atoms, int nmgrps, int natoms, int ni, int nj, int nk)
Definition: SortAtoms.C:129