Add Padua points - #15
Draft
alexfikl wants to merge 2 commits into
Draft
Conversation
alexfikl
marked this pull request as draft
October 30, 2020 03:41
Owner
Hmm. Probably. There's a face homogeneity assumption there currently which we would need to break. Fortunately, the data structures can take this. It's just the logic that needs some help. |
alexfikl
force-pushed
the
padua-points
branch
from
December 20, 2020 03:34
771461a to
a3015ca
Compare
alexfikl
force-pushed
the
padua-points
branch
from
September 5, 2021 15:11
0db3f49 to
30d4d87
Compare
alexfikl
force-pushed
the
padua-points
branch
from
December 2, 2021 15:16
662f035 to
468c045
Compare
alexfikl
force-pushed
the
padua-points
branch
from
January 12, 2022 16:25
468c045 to
6da8049
Compare
alexfikl
force-pushed
the
padua-points
branch
from
January 31, 2022 17:05
6da8049 to
0337192
Compare
alexfikl
force-pushed
the
padua-points
branch
2 times, most recently
from
December 8, 2023 14:28
9146153 to
686c29c
Compare
alexfikl
force-pushed
the
padua-points
branch
from
November 15, 2024 07:28
2b58c3f to
8b6fb19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This mostly just adds the Padua nodes for arbitrary orders (see wiki). Padua nodes are meant to be a unisolvent set of nodes for
PNon the square with optimal growth of the Lebesgue constant.Some questions / remarks: