Open chrisrichardson opened 8 years ago
Original report by Martin Sandve Alnæs (Bitbucket: martinal, GitHub: martinal).
An alternative family of quadrature points is the economical Gauss rules found here (reference at top of this file):
http://bazaar.launchpad.net/~syfi-core/fenics-syfi/main/view/611/site-packages/sfc/quadrature/quad_tables.py#L2941
For some choices of degrees it seems much more efficient.
Original comment by Jan Blechta (Bitbucket: blechta, GitHub: blechta).
Duplicate of #27.
Just a suggestion by a newcomer, how about trying this? https://github.com/nschloe/quadpy
Original report by Martin Sandve Alnæs (Bitbucket: martinal, GitHub: martinal).
An alternative family of quadrature points is the economical Gauss rules found here (reference at top of this file):
http://bazaar.launchpad.net/~syfi-core/fenics-syfi/main/view/611/site-packages/sfc/quadrature/quad_tables.py#L2941
For some choices of degrees it seems much more efficient.