Skip to content
Snippets Groups Projects
Commit 5e95936a authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

use more test points for testing the derivatives of function values

[[Imported from SVN: r7141]]
parent 7b27a020
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ void testDerivativeOfValueWRTCoefficients(const std::vector<TargetSpace>& corner
LocalGeodesicFEFunction<domainDim,double,TargetSpace> f(corners);
// A quadrature rule as a set of test points
int quadOrder = 1;
int quadOrder = 3;
const Dune::QuadratureRule<double, domainDim>& quad
= Dune::QuadratureRules<double, domainDim>::rule(GeometryType(GeometryType::simplex,domainDim), quadOrder);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment