-
Notifications
You must be signed in to change notification settings - Fork 51
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
Build with libCEED support #58
Merged
Merged
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
This was referenced Jun 28, 2023
Merged
sebastiangrimberg
changed the title
Draft: Partial-assembly development branch, part 1c
Build with libCEED support
Jun 28, 2023
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
2 times, most recently
from
June 28, 2023 21:35
a76755a
to
1bb9448
Compare
sebastiangrimberg
force-pushed
the
sjg/build-system-dev-new
branch
from
June 28, 2023 21:35
4a828b9
to
f62b8fe
Compare
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
from
June 28, 2023 21:38
1bb9448
to
fc19a58
Compare
sebastiangrimberg
force-pushed
the
sjg/build-system-dev-new
branch
from
June 30, 2023 19:06
f62b8fe
to
2c8e7f0
Compare
sebastiangrimberg
force-pushed
the
sjg/build-system-dev-new
branch
from
July 13, 2023 16:59
995020d
to
d36bd12
Compare
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
3 times, most recently
from
July 17, 2023 18:27
eaaeb90
to
43b8c69
Compare
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
from
August 7, 2023 21:31
41c235b
to
d42e7e3
Compare
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
from
August 7, 2023 21:33
d42e7e3
to
f132e35
Compare
Includes MFEM patches for libCEED support for partial assembly work.
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
2 times, most recently
from
August 8, 2023 00:50
f4a77d7
to
0d69875
Compare
hughcars
approved these changes
Aug 8, 2023
… style changes for consistency
…dency updates and add option to palace wrapper script
sebastiangrimberg
force-pushed
the
sjg/libceed-build-dev-new
branch
from
August 8, 2023 15:55
0d69875
to
282dacd
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.
Add libCEED dependency (with LIBXSMM) for partial assembly support. Add the corresponding patches to MFEM's libCEED interface to enable H(curl) and H(div) PA (for non-tensor elements).
TODO
Third part of #49 and #56.