MCPcopy Create free account
hub / github.com/bgrimstad/splinter / getNastyTestFunctions

Function getNastyTestFunctions

test/testingutilities.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780std::vector<TestFunction *> getNastyTestFunctions()
781{
782 return testFunctions.at(0);
783}
784
785DenseMatrix getErrorNorms(const Function *exact, const Function *approx, const std::vector<std::vector<double>> &points)
786{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected