Skip to content
Snippets Groups Projects
Commit 33c93fd1 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add tests for quadrature formulae on triangle up to degree 20

parent 2408aa31
Branches
Tags
1 merge request!124Add files for high order integration with quadratures
...@@ -493,7 +493,7 @@ SimplicialGaussQuadrature<2>::_buildPointAndWeightLists() ...@@ -493,7 +493,7 @@ SimplicialGaussQuadrature<2>::_buildPointAndWeightLists()
break; break;
} }
default: { default: {
throw NormalError("Gauss quadrature formulae handle degrees up to 7 on triangles"); throw NormalError("Gauss quadrature formulae handle degrees up to 20 on triangles");
} }
} }
} }
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment