Currently, the quadrature rules for triangles are a mixture of Dunavant's rules and some rules based on a tensor-product approach.
To be consistent, I replaced the latter ones with the remaining Dunavant rules in PR #40
Moreover, they are now collected in SVectors, which yields a speed-up.
TODO: These days, there are better quadrature rules available, as can be seen in the QuadPy package. However, it might be better to write a dedicated Julia package to collect these.
Currently, the quadrature rules for triangles are a mixture of Dunavant's rules and some rules based on a tensor-product approach.
To be consistent, I replaced the latter ones with the remaining Dunavant rules in PR #40
Moreover, they are now collected in SVectors, which yields a speed-up.
TODO: These days, there are better quadrature rules available, as can be seen in the QuadPy package. However, it might be better to write a dedicated Julia package to collect these.