Uses of Class
mathcomp.assemble.ErrorCalculator

Packages that use ErrorCalculator
mathcomp.assemble Contains essential assembler classes. 
mathcomp.assemble.convdiff Convection diffusion problems. 
mathcomp.assemble.discontinuousgalerkin Discontinuous galerkin problems. 
mathcomp.assemble.minimalsurface Minimal surface problems. 
mathcomp.run Provides run classes that govern the alogorithms for entire calculation processes. 
 

Uses of ErrorCalculator in mathcomp.assemble
 

Subclasses of ErrorCalculator in mathcomp.assemble
 class ErrorCalculatorCompare
           
 class ErrorCalculatorOverkill
           
 class ErrorCalculatorStep
           
 

Methods in mathcomp.assemble that return ErrorCalculator
 ErrorCalculator Assembler.getErrorCalculator()
           
 

Uses of ErrorCalculator in mathcomp.assemble.convdiff
 

Methods in mathcomp.assemble.convdiff that return ErrorCalculator
 ErrorCalculator SkewAdvection.getErrorCalculator()
           
 ErrorCalculator RotFlow.getErrorCalculator()
           
 ErrorCalculator Raithby.getErrorCalculator()
           
 ErrorCalculator Nochetto.getErrorCalculator()
           
 

Uses of ErrorCalculator in mathcomp.assemble.discontinuousgalerkin
 

Subclasses of ErrorCalculator in mathcomp.assemble.discontinuousgalerkin
 class DGErrorCalculator
           
 

Methods in mathcomp.assemble.discontinuousgalerkin that return ErrorCalculator
 ErrorCalculator DGAssembler.getErrorCalculator()
           
 

Uses of ErrorCalculator in mathcomp.assemble.minimalsurface
 

Subclasses of ErrorCalculator in mathcomp.assemble.minimalsurface
 class MSErrorCalculator
           
 

Methods in mathcomp.assemble.minimalsurface that return ErrorCalculator
 ErrorCalculator NewtonAssembler.getErrorCalculator()
           
 ErrorCalculator FixedPointAssembler.getErrorCalculator()
           
 

Uses of ErrorCalculator in mathcomp.run
 

Methods in mathcomp.run that return ErrorCalculator
 ErrorCalculator AssemblerRun.getErrorCalculator()
           
 

Methods in mathcomp.run with parameters of type ErrorCalculator
 void AssemblerRun.setErrorCalculator(ErrorCalculator errorCalculator)