Skip to content
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

Add hierarchical and FDM elements #34

Merged
merged 35 commits into from
Feb 8, 2023
Merged

Conversation

pbrubeck
Copy link

@pbrubeck pbrubeck commented Feb 6, 2023

Here I am adding 1D finite elements for CG and DG with the local sequence property: the DG(k-1) basis comes from the derivatives of the interior CG(k) functions and the constant function.

  • Hierarchical (Legendre and IntegratedLegendre) variants
  • FDM variants for CG and DG
  • BrokenFDM variants for Broken(CG) and DG

In addition, tabulation of GLL / GL via the barycentric interpolation formula is now done natively by implementing a LagrangePolynomialSet class.

@dham dham merged commit 9fca261 into master Feb 8, 2023
@dham dham deleted the pbrubeck/fdm-discontinuous branch February 8, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants