Class RealSpaceNeighborParameters

java.lang.Object
ffx.potential.nonbonded.pme.RealSpaceNeighborParameters

public class RealSpaceNeighborParameters extends Object
  • Field Details

    • numThreads

      public final int numThreads
    • realSpaceLists

      public int[][][] realSpaceLists
      Neighbor lists, without atoms beyond the real space cutoff. [nSymm][nAtoms][nIncludedNeighbors]
    • realSpaceCounts

      public int[][] realSpaceCounts
      Number of neighboring atoms within the real space cutoff. [nSymm][nAtoms]
    • realSpaceRanges

      public Range[] realSpaceRanges
      Optimal pairwise ranges.
    • realSpaceSchedule

      public IntegerSchedule realSpaceSchedule
      Pairwise schedule for load balancing.
  • Constructor Details

    • RealSpaceNeighborParameters

      public RealSpaceNeighborParameters(int maxThreads)
  • Method Details

    • allocate

      public void allocate(int nAtoms, int nSymm)