-
Notifications
You must be signed in to change notification settings - Fork 4
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
High-Order BDDC Paper #33
Open
jeremylt
wants to merge
10
commits into
main
Choose a base branch
from
paper/high-order-bddc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
July 19, 2021 20:25
db0a765
to
920fa82
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
2 times, most recently
from
July 30, 2021 17:57
5cf92e0
to
b01d567
Compare
I would like to find a little bit of time to get this submitted somewhere. I stalled out here
How were these histograms produced? I has having trouble getting Julia to reproduce those mix of bin sizes in the figure mentioned above. |
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
December 23, 2021 23:43
502a05c
to
0952230
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
January 5, 2022 22:41
0952230
to
a548442
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
June 21, 2022 17:19
a548442
to
36aed28
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
October 18, 2022 20:31
36aed28
to
aebb962
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
October 26, 2022 16:38
aebb962
to
c238b2a
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
November 2, 2022 20:06
c238b2a
to
c57061d
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
December 8, 2022 21:19
c57061d
to
5fb8d3d
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
July 24, 2023 15:22
5fb8d3d
to
5a15e21
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
February 7, 2024 18:48
a40a11f
to
7f9cd69
Compare
jeremylt
force-pushed
the
paper/high-order-bddc
branch
from
April 5, 2024 15:37
7f9cd69
to
c3f82f1
Compare
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 is the PR for the high-order BDDC paper
Currently it has the initial description of the LFA and validation against the LFA of low-order BDDC paper and a high-order BDDC paper I found for 2D Laplacian.
Pages: 13
Initial rough outline:
3.1) High-Order FEM (done)
3.2) BDDC (done)
3.3) Inexact subdomain solvers (ToDo)
3.4) Extension to low-order macro-elements (ToDo)
4.1) Validation for low-order macro-elements (done)
4.2) Validation for high-order single and macro-elements (done)
4.3) Solid mechanics example