mathcomp.run
Class NSTimeAssemblerRun

java.lang.Object
  extended by mathcomp.monitor.DefaultReportable
      extended by mathcomp.run.AssemblerRun
          extended by mathcomp.run.NSTimeAssemblerRun
All Implemented Interfaces:
java.lang.Runnable, Reportable

public class NSTimeAssemblerRun
extends AssemblerRun


Constructor Summary
NSTimeAssemblerRun()
           
 
Method Summary
 java.util.Set getStokesDof(Grid grid, java.util.Set dof)
           
 void run()
           
 
Methods inherited from class mathcomp.run.AssemblerRun
getAss, getErrorCalculator, getM, getSolver, getX, isMonitored, setAss, setDoErrorCalc, setErrorCalculator, setM, setMonitored, setSolver, setX
 
Methods inherited from class mathcomp.monitor.DefaultReportable
getReport, report, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSTimeAssemblerRun

public NSTimeAssemblerRun()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class AssemblerRun

getStokesDof

public java.util.Set getStokesDof(Grid grid,
                                  java.util.Set dof)