-
Notifications
You must be signed in to change notification settings - Fork 7
Boundary Quadrature element #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6fde7d5 to
23e0397
Compare
23e0397 to
7f2dd72
Compare
19ff7ef to
e77ed6f
Compare
…ct/fiat into pbrubeck/simplify-indexed
Co-authored-by: Rob Kirby <robert.c.kirby@gmail.com>
indiamai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of this is to do with refactoring reduce to be handled in the new constructor. Has that been discussed/ it should be noted in the PR description.
Co-authored-by: India Marsden <37078108+indiamai@users.noreply.github.com>
Done. |
Sum/Producttake more than 2 arguments, and add support forDelta(tuple, tuple)Sum / Productremain as binary opertations, undre the hood they just callreduceon the arguments.