jabble
Class GaussSeidel

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

public abstract class GaussSeidel
extends SingleLoopEvolver

This class implements the Gauss-Seidel 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
GaussSeidel()
           
 
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

GaussSeidel

public GaussSeidel()