You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the current way of creating quadrature rules is not ideal. For example we write:
qr = QuadratureRule{RefTetrahedron}(2)
but there are many quadrature rules and it isn't clear which one this creates etc. This was changed by me in #58 and 8 years later I am suggesting we change it back to standard functions like:
#991 (comment)
I think the current way of creating quadrature rules is not ideal. For example we write:
but there are many quadrature rules and it isn't clear which one this creates etc. This was changed by me in #58 and 8 years later I am suggesting we change it back to standard functions like:
etc. Should be decided before 1.0 I guess.
The text was updated successfully, but these errors were encountered: