Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Gaussian quadrature #141
Gaussian quadrature #141
Changes from 10 commits
317f2ab
ba7d1e7
4bc447b
345da2c
170ae2a
1d27e08
4547646
2fa40b0
399234c
0c8aef3
7bf8fa0
d630a4f
83da697
b5cca10
fc37852
2d79c48
444aaef
9e196d4
c08ddfa
25b0747
adae7d7
24357bc
5c458a4
58d7de7
684a1b5
3ad979c
9a94a55
6d42ab8
3fd4a00
50f3785
868c8f2
5073116
5868263
2d4adf4
f0b0859
44f063b
96f2af3
0c21d1e
1bf58fb
1d2a53c
c6a6a85
b2ac2f3
9a33275
f619485
69c5354
5ab18ce
738d18f
ce20c33
40c5e58
86c9c20
76c4a24
76fc60a
5e2668d
215fc5f
edfd308
e3827fa
3ff0d2b
09ecbd2
644d420
0b9def6
c6f06de
88bd469
308a990
0b1a12a
d732ca4
93ba243
c31ccae
24b94b8
d44e42d
b8c18b9
1582735
491cce3
b3d442e
270de4d
7383d5d
31441c6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
do you really mean *3 ? Not sure how many point this is per dim? 🤔
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.
Yeah, this was a guess. I'm not really sure what we should be going for here.
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.
N_d points per dim would lead to (N_d - 1) * (degree+1) points in that dimension, right? Then I would propose to maybe go for 310 or something like that? For Boole, e.g. , by that logic we picked 510 but that is already quite some points 🙃