Package ffx.potential.nonbonded.octree
Class OctreePoint
java.lang.Object
ffx.potential.nonbonded.octree.OctreePoint
- Direct Known Subclasses:
OctreeParticle
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledistance(OctreeCell other) doubledistance(OctreePoint other) doublegetX()doublegetY()doublegetZ()voidsetDomain(double domain)
-
Constructor Details
-
OctreePoint
public OctreePoint(double[] coords, double domain)
-
-
Method Details
-
distance
-
distance
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
setDomain
public void setDomain(double domain)
-