jabble
Class Cartesian2DToSpherical2DTransformation

java.lang.Object
  extended by jabble.CoordinateTransformation
      extended by jabble.Cartesian2DToSpherical2DTransformation

public class Cartesian2DToSpherical2DTransformation
extends CoordinateTransformation


Field Summary
 
Fields inherited from class jabble.CoordinateTransformation
newCoords, newDiffs, oldCoords, oldDiffs
 
Constructor Summary
Cartesian2DToSpherical2DTransformation()
          Creates a new instance of Cartesian2DToSpherical2DTransformation
 
Method Summary
protected  void calculateCoordsAndDiffs(Point point)
           
protected  void calculateScalar(Point point, Field oldScalarField, Field newScalarField)
           
protected  void calculateTensor(Point point, Field[][] oldTensorField, Field[][] newTensorField)
           
protected  void calculateVector(Point point, Field[] oldVectorField, Field[] newVectorField)
           
 
Methods inherited from class jabble.CoordinateTransformation
getNewCoordNames, getNewDiffNames, getNewSlice, getOldSlice, setNewSlice, setOldSlice, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cartesian2DToSpherical2DTransformation

public Cartesian2DToSpherical2DTransformation()
Creates a new instance of Cartesian2DToSpherical2DTransformation

Method Detail

calculateCoordsAndDiffs

protected void calculateCoordsAndDiffs(Point point)
Specified by:
calculateCoordsAndDiffs in class CoordinateTransformation

calculateScalar

protected void calculateScalar(Point point,
                               Field oldScalarField,
                               Field newScalarField)
Specified by:
calculateScalar in class CoordinateTransformation

calculateVector

protected void calculateVector(Point point,
                               Field[] oldVectorField,
                               Field[] newVectorField)
Specified by:
calculateVector in class CoordinateTransformation

calculateTensor

protected void calculateTensor(Point point,
                               Field[][] oldTensorField,
                               Field[][] newTensorField)
Specified by:
calculateTensor in class CoordinateTransformation