Package ffx.potential.nonbonded.pme
Class RealSpaceNeighborParameters
java.lang.Object
ffx.potential.nonbonded.pme.RealSpaceNeighborParameters
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
int[][]
Number of neighboring atoms within the real space cutoff.int[][][]
Neighbor lists, without atoms beyond the real space cutoff.Range[]
Optimal pairwise ranges.Pairwise schedule for load balancing. -
Constructor Summary
-
Method Summary
-
Field Details
-
numThreads
public final int numThreads -
realSpaceLists
public int[][][] realSpaceListsNeighbor lists, without atoms beyond the real space cutoff. [nSymm][nAtoms][nIncludedNeighbors] -
realSpaceCounts
public int[][] realSpaceCountsNumber of neighboring atoms within the real space cutoff. [nSymm][nAtoms] -
realSpaceRanges
Optimal pairwise ranges. -
realSpaceSchedule
Pairwise schedule for load balancing.
-
-
Constructor Details
-
RealSpaceNeighborParameters
public RealSpaceNeighborParameters(int maxThreads)
-
-
Method Details
-
allocate
public void allocate(int nAtoms, int nSymm)
-