|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmathcomp.monitor.DefaultReportable
mathcomp.assemble.ErrorCalculator
mathcomp.assemble.ErrorCalculatorCompare
public class ErrorCalculatorCompare
| Constructor Summary | |
|---|---|
ErrorCalculatorCompare(Assembler a)
|
|
| Method Summary | |
|---|---|
double |
getH1Error()
|
double |
getL2Error()
Returns the L2 error to the FEM solution x. |
double |
getMaxError()
Gets the pointwise maximal error compared to the exact solution. |
void |
report()
|
void |
setSolution(Vector sol)
Sets a solution to this ErrorCalculator. |
| Methods inherited from class mathcomp.assemble.ErrorCalculator |
|---|
findTriangle, printSol, setAssembler, setFineSolution |
| 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 |
|---|
public ErrorCalculatorCompare(Assembler a)
| Method Detail |
|---|
public void setSolution(Vector sol)
ErrorCalculator
setSolution in class ErrorCalculatorsol - the solution to be set (adds the Dirichlet Nodes to that solution)public void report()
report in interface Reportablereport in class ErrorCalculatorpublic double getMaxError()
ErrorCalculator
getMaxError in class ErrorCalculatorpublic double getL2Error()
ErrorCalculator
getL2Error in class ErrorCalculatorpublic double getH1Error()
getH1Error in class ErrorCalculator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||