net.java.dev.joode.stepper
Class QuickStepParameters

java.lang.Object
  extended by net.java.dev.joode.stepper.QuickStepParameters

public class QuickStepParameters
extends java.lang.Object


Field Summary
 int num_iterations
           
 float w
          SOR over-relaxation parameter
 
Constructor Summary
QuickStepParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_iterations

public int num_iterations

w

public float w
SOR over-relaxation parameter

Constructor Detail

QuickStepParameters

public QuickStepParameters()