Kokkos kernels for on-demand evaluation of shape functions for Lagrange and Monomial elements - #32723
Open
rochi00 wants to merge 6523 commits into
Open
Kokkos kernels for on-demand evaluation of shape functions for Lagrange and Monomial elements#32723rochi00 wants to merge 6523 commits into
rochi00 wants to merge 6523 commits into
Conversation
added 30 commits
May 18, 2025 21:57
rochi00
requested review from
cticenhour,
lindsayad,
loganharbour and
roystgnr
as code owners
April 7, 2026 21:44
Member
|
Few things
|
Member
|
libmesh implementation at libMesh/libmesh#4432 (which would be my preference) |
|
This pull request has been automatically marked as stale because it has not had recent activity in the last 100 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
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.
Title: Kokkos FE element support
Summary
This PR is a set of changes that allows on-demand device side evaluation of shape functions using kokkos kernels. These are enabled by two environmental flags MOOSE_KOKKOS_NATIVE_FE and MOOSE_KOKKOS_ONDEMAND_FE. The element support for Lagrange and Monomial elements have been added to libmesh via kokkos kernels