| 778 | } |
| 779 | |
| 780 | std::vector<TestFunction *> getNastyTestFunctions() |
| 781 | { |
| 782 | return testFunctions.at(0); |
| 783 | } |
| 784 | |
| 785 | DenseMatrix getErrorNorms(const Function *exact, const Function *approx, const std::vector<std::vector<double>> &points) |
| 786 | { |
nothing calls this directly
no outgoing calls
no test coverage detected