mathcomp.assemble.discontinuousgalerkin
Class DGErrorCalculator

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

public class DGErrorCalculator
extends ErrorCalculator


Constructor Summary
DGErrorCalculator(DGAssembler 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

DGErrorCalculator

public DGErrorCalculator(DGAssembler ass)
Method Detail

report

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