Uses of Enum Class
ffx.numerics.multipole.GKSource.GK_MULTIPOLE_ORDER
Packages that use GKSource.GK_MULTIPOLE_ORDER
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 GKSource.GK_MULTIPOLE_ORDER in ffx.numerics.multipole
Fields in ffx.numerics.multipole declared as GKSource.GK_MULTIPOLE_ORDERModifier and TypeFieldDescriptionprotected final GKSource.GK_MULTIPOLE_ORDERGKTensorGlobal.multipoleOrderThe GK tensor can be constructed for monopoles (GB), dipoles or quadrupoles.protected final GKSource.GK_MULTIPOLE_ORDERGKTensorQI.multipoleOrderThe GK tensor can be constructed for monopoles (GB), dipoles or quadrupoles.Methods in ffx.numerics.multipole that return GKSource.GK_MULTIPOLE_ORDERModifier and TypeMethodDescriptionstatic GKSource.GK_MULTIPOLE_ORDERReturns the enum constant of this class with the specified name.static GKSource.GK_MULTIPOLE_ORDER[]GKSource.GK_MULTIPOLE_ORDER.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 GKSource.GK_MULTIPOLE_ORDERModifier and TypeMethodDescriptionvoidGKSource.generateSource(GKSource.GK_TENSOR_MODE mode, GKSource.GK_MULTIPOLE_ORDER multipole, double r2, double ai, double aj) Generate source terms for the Kirkwood version of the Challacombe et al.protected voidGKSource.source(double[] work, GKSource.GK_MULTIPOLE_ORDER multipoleOrder) Generate source terms for the Kirkwood version of the Challacombe et al.Constructors in ffx.numerics.multipole with parameters of type GKSource.GK_MULTIPOLE_ORDERModifierConstructorDescriptionGKTensorGlobal(GKSource.GK_MULTIPOLE_ORDER multipoleOrder, int order, GKSource gkSource, double Eh, double Es) Construct a new GKTensorGlobal object.GKTensorQI(GKSource.GK_MULTIPOLE_ORDER multipoleOrder, int order, GKSource gkSource, double Eh, double Es) Create a new GKTensorQI object.