Class OctreePoint

java.lang.Object
ffx.potential.nonbonded.octree.OctreePoint
Direct Known Subclasses:
OctreeParticle

public class OctreePoint extends Object
OctreePoint: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial
  • Constructor Details

    • OctreePoint

      public OctreePoint(double[] coords, double domain)
  • Method Details

    • distance

      public double distance(OctreePoint other)
    • distance

      public double distance(OctreeCell other)
    • getX

      public double getX()
    • getY

      public double getY()
    • getZ

      public double getZ()
    • setDomain

      public void setDomain(double domain)