jabble
Class Jacobi

java.lang.Object
  extended by jabble.Evolver
      extended by jabble.SingleLoopEvolver
          extended by jabble.Jacobi

public abstract class Jacobi
extends SingleLoopEvolver

This class implements the Jacobi method for solving elliptic equation of the form Lu=f, where L is an elliptic differential operator.


Field Summary
 
Fields inherited from class jabble.Evolver
constantsMap, dDirs, fieldArrayMap, fieldMap, grid, stopTrigger
 
Constructor Summary
Jacobi()
           
 
Method Summary
 
Methods inherited from class jabble.SingleLoopEvolver
calculateNewFields, calculateNewFields
 
Methods inherited from class jabble.Evolver
evolve, evolve, evolve, getNPreviousSlicesNeeded, initializeFieldArray, initializeFieldArray, skipBoundaryPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jacobi

public Jacobi()