Uses of Enum Class
ffx.numerics.multipole.GKTensorMode
Packages that use GKTensorMode
Package
Description
The Multipole package computes derivatives of 1/|r| via recursion to arbitrary order using
Cartesian multipoles in either a global frame or a quasi-internal frame.
-
Uses of GKTensorMode in ffx.numerics.multipole
Subclasses with type arguments of type GKTensorMode in ffx.numerics.multipoleModifier and TypeClassDescriptionenumThe "mode" for the tensor (either POTENTIAL or BORN).Methods in ffx.numerics.multipole that return GKTensorModeModifier and TypeMethodDescriptionstatic GKTensorModeReturns the enum constant of this class with the specified name.static GKTensorMode[]GKTensorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.numerics.multipole with parameters of type GKTensorModeModifier and TypeMethodDescriptionvoidGKSource.generateSource(GKTensorMode mode, GKMultipoleOrder multipole, double r2, double ai, double aj) Generate source terms for the Kirkwood version of the Challacombe et al. recursion.voidGKSourceSIMD.generateSource(GKTensorMode mode, GKMultipoleOrder multipole, DoubleVector r2, DoubleVector ai, DoubleVector aj) Generate source terms for the Kirkwood version of the Challacombe et al. recursion.