hep.geant4.jni
Class G4CashKarpRKF45

java.lang.Object
  extended by hep.geant4.jni.G4MagIntegratorStepper
      extended by hep.geant4.jni.G4CashKarpRKF45

public class G4CashKarpRKF45
extends G4MagIntegratorStepper


Field Summary
 
Fields inherited from class hep.geant4.jni.G4MagIntegratorStepper
swigCMemOwn
 
Constructor Summary
G4CashKarpRKF45(G4EquationOfMotion EqRhs)
           
G4CashKarpRKF45(G4EquationOfMotion EqRhs, int numberOfVariables)
           
G4CashKarpRKF45(G4EquationOfMotion EqRhs, int numberOfVariables, boolean primary)
           
G4CashKarpRKF45(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 double distChord()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4CashKarpRKF45 obj)
           
 int integratorOrder()
           
 void stepper(double[] y, double[] dydx, double h, double[] yout, double[] yerr)
           
 
Methods inherited from class hep.geant4.jni.G4MagIntegratorStepper
getCPtr, getEquationOfMotion, getNumberOfStateVariables, getNumberOfVariables, normaliseTangentVector, rightHandSide
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4CashKarpRKF45

public G4CashKarpRKF45(long cPtr,
                       boolean cMemoryOwn)

G4CashKarpRKF45

public G4CashKarpRKF45(G4EquationOfMotion EqRhs,
                       int numberOfVariables,
                       boolean primary)

G4CashKarpRKF45

public G4CashKarpRKF45(G4EquationOfMotion EqRhs,
                       int numberOfVariables)

G4CashKarpRKF45

public G4CashKarpRKF45(G4EquationOfMotion EqRhs)
Method Detail

getCPtr

public static long getCPtr(G4CashKarpRKF45 obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4MagIntegratorStepper
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4MagIntegratorStepper

equals

public boolean equals(Object obj)
Overrides:
equals in class G4MagIntegratorStepper

stepper

public void stepper(double[] y,
                    double[] dydx,
                    double h,
                    double[] yout,
                    double[] yerr)
Overrides:
stepper in class G4MagIntegratorStepper

distChord

public double distChord()
Overrides:
distChord in class G4MagIntegratorStepper

integratorOrder

public int integratorOrder()
Overrides:
integratorOrder in class G4MagIntegratorStepper


Copyright © 2000-2007 FreeHEP. All Rights Reserved.