hep.geant4.jni
Class G4SimpleRunge

java.lang.Object
  extended by hep.geant4.jni.G4MagIntegratorStepper
      extended by hep.geant4.jni.G4MagErrorStepper
          extended by hep.geant4.jni.G4SimpleRunge

public class G4SimpleRunge
extends G4MagErrorStepper


Field Summary
 
Fields inherited from class hep.geant4.jni.G4MagIntegratorStepper
swigCMemOwn
 
Constructor Summary
G4SimpleRunge(G4EquationOfMotion EquationRhs)
           
G4SimpleRunge(G4EquationOfMotion EquationRhs, int numberOfVariables)
           
G4SimpleRunge(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 void dumbStepper(double[] y, double[] dydx, double h, double[] yout)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4SimpleRunge obj)
           
 int integratorOrder()
           
 
Methods inherited from class hep.geant4.jni.G4MagErrorStepper
distChord, getCPtr, stepper
 
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

G4SimpleRunge

public G4SimpleRunge(long cPtr,
                     boolean cMemoryOwn)

G4SimpleRunge

public G4SimpleRunge(G4EquationOfMotion EquationRhs,
                     int numberOfVariables)

G4SimpleRunge

public G4SimpleRunge(G4EquationOfMotion EquationRhs)
Method Detail

getCPtr

public static long getCPtr(G4SimpleRunge obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4MagErrorStepper

equals

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

dumbStepper

public void dumbStepper(double[] y,
                        double[] dydx,
                        double h,
                        double[] yout)
Overrides:
dumbStepper in class G4MagErrorStepper

integratorOrder

public int integratorOrder()
Overrides:
integratorOrder in class G4MagIntegratorStepper


Copyright © 2000-2007 FreeHEP. All Rights Reserved.