Replies: 2 comments
-
Interest yes, time no. I also think this is a missing functionality in quadpy. I've started some work in a branch but haven't finished it yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can fully sympathize with this. I may work on an implementation myself and, if successful, share it here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @nschloe,
Do you have any interest in expanding quadpy to add adaptive cubature algorithms for integrals over n-simplex and n-cube regions? There are a few adaptive algorithms available, mostly from Genz and contemporaries.
https://doi.org/10.1016/0771-050X(80)90039-X
http://www.math.wsu.edu/faculty/genz/papers/cuhre.pdf
https://doi.org/10.1007/BFb0038504
And a C implementation with a python wrapper for rectangular regions:
https://github.com/stevengj/cubature
Curious to hear your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions