mathcomp.assemble
Class ErrorCalculatorStep

java.lang.Object
  extended by mathcomp.monitor.DefaultReportable
      extended by mathcomp.assemble.ErrorCalculator
          extended by mathcomp.assemble.ErrorCalculatorStep
All Implemented Interfaces:
Reportable

public class ErrorCalculatorStep
extends ErrorCalculator

Author:
chwust To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
ErrorCalculatorStep(Assembler a)
           
 
Method Summary
 void solveFine()
           
 void solveFineOnce()
           
 
Methods inherited from class mathcomp.assemble.ErrorCalculator
findTriangle, getH1Error, getL2Error, getMaxError, printSol, report, setAssembler, setFineSolution, setSolution
 
Methods inherited from class mathcomp.monitor.DefaultReportable
getReport, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCalculatorStep

public ErrorCalculatorStep(Assembler a)
Method Detail

solveFine

public void solveFine()

solveFineOnce

public void solveFineOnce()