-
Notifications
You must be signed in to change notification settings - Fork 47
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
Solve 2d/3d Darcy and Richards problems using H(div) FE space #944
Open
rezgarshakeri
wants to merge
15
commits into
main
Choose a base branch
from
rezgar/Hdiv-mixed2D
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.
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
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
2 times, most recently
from
June 2, 2022 21:07
e56d551
to
71b1bc8
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
4 times, most recently
from
June 17, 2022 15:36
07059b2
to
82713b0
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
2 times, most recently
from
June 27, 2022 16:40
8ddac30
to
2a70772
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
2 times, most recently
from
July 11, 2022 20:34
a32533c
to
5e0f655
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
3 times, most recently
from
July 21, 2022 17:47
abcf86e
to
688e27d
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
7 times, most recently
from
August 2, 2022 22:12
c967698
to
5e6a9fe
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
5 times, most recently
from
August 10, 2022 09:34
3265663
to
3a8fc58
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
3 times, most recently
from
August 17, 2022 01:48
13a906e
to
f30f670
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
August 26, 2022 13:43
de6a9a6
to
662499d
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
2 times, most recently
from
September 21, 2022 18:00
82e0c4d
to
70b9bf1
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
November 1, 2022 18:28
70b9bf1
to
a5937fa
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
3 times, most recently
from
November 19, 2022 17:37
28413e8
to
a7b7801
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
3 times, most recently
from
December 2, 2022 20:09
7cb388d
to
583e3f8
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
December 6, 2022 16:09
583e3f8
to
5f63c16
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
December 16, 2022 17:43
5f63c16
to
c54385e
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
December 27, 2022 18:05
c54385e
to
1bc679f
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
February 3, 2023 06:32
1bc679f
to
806c7a8
Compare
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
February 24, 2023 01:27
806c7a8
to
9d696c2
Compare
Co-authored-by: Rezgar Shakeri <[email protected]>
Co-authored-by: Jed Brown <[email protected]>
Authored-by: Jed Brown <[email protected]>
rezgarshakeri
force-pushed
the
rezgar/Hdiv-mixed2D
branch
from
April 8, 2023 16:01
9d696c2
to
fab729d
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.
So far we implemented quad/hex BDM element and got 2nd order convergence rate on a square/box meshes.