mathcomp.assemble.minimalsurface
Class MSErrorCalculator

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

public class MSErrorCalculator
extends ErrorCalculator


Constructor Summary
MSErrorCalculator(MinimalSurfaceAssembler ass)
           
 
Method Summary
 void report()
           
 
Methods inherited from class mathcomp.assemble.ErrorCalculator
findTriangle, getH1Error, getL2Error, getMaxError, printSol, 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

MSErrorCalculator

public MSErrorCalculator(MinimalSurfaceAssembler ass)
Method Detail

report

public void report()
Specified by:
report in interface Reportable
Overrides:
report in class ErrorCalculator