hep.geant4.jni
Class G4MagErrorStepper

java.lang.Object
  extended by hep.geant4.jni.G4MagIntegratorStepper
      extended by hep.geant4.jni.G4MagErrorStepper
Direct Known Subclasses:
G4ClassicalRK4, G4ExplicitEuler, G4ImplicitEuler, G4SimpleHeum, G4SimpleRunge

public class G4MagErrorStepper
extends G4MagIntegratorStepper


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

Constructor Detail

G4MagErrorStepper

public G4MagErrorStepper(long cPtr,
                         boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4MagErrorStepper 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

dumbStepper

public void dumbStepper(double[] y,
                        double[] dydx,
                        double h,
                        double[] yout)

distChord

public double distChord()
Overrides:
distChord in class G4MagIntegratorStepper


Copyright © 2000-2007 FreeHEP. All Rights Reserved.