Go to the source code of this file.
Classes | |
| class | Sundance::LineDomain |
| This class bundles together a sequence of uniform meshes of the 1D interval [a,b] with cell filters defining the interior and boundaries. More... | |
| class | Sundance::LPTestSpec |
| class | Sundance::ErrNormCalculatorBase |
| Base class for objects that compute error norms. More... | |
| class | Sundance::L2NormCalculator |
| Object to compute L2 norms of errors. More... | |
| class | Sundance::ForwardProblemTestBase |
| class | Sundance::LPTestBase |
| class | Sundance::LP1DTestBase |
| class | Sundance::LPTestSuite |
Namespaces | |
| namespace | Sundance |
Functions | |
| bool | Sundance::checkErrorNorms (const Mesh &mesh, const CellFilter &filter, const Expr &numSoln, const Expr &exactSoln, const QuadratureFamily &quad, double L2Tol, double H1SemiTol, double H1Tol) |
| This function checks the L2 and H1 norms and the H1 seminorm of an error against a specified tolerance. | |
| double | Sundance::fitPower (const Array< double > &h, const Array< double > &err) |
Compute the exponent that best fits the measured errors to a power law . | |