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

Support Auxkernel-like updates of MFEM AuxVariables #55

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alexanderianblair
Copy link
Contributor

MOOSE simulations commonly use AuxVariables for representing pre- or post-processed fields. This PR adds support for UserObject-based MFEMAuxKernels for use updating MFEMVariable AuxVariables during a solve, with an example and test demonstrated calculating a GridFunction defined as the curl of an H(curl) conforming MFEMVariable.

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 57.57576% with 28 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/auxkernels/MFEMDivAux.C 23.52% 13 Missing ⚠️
src/auxkernels/MFEMGradAux.C 23.52% 13 Missing ⚠️
src/auxkernels/MFEMAuxKernel.C 90.00% 1 Missing ⚠️
src/auxkernels/MFEMCurlAux.C 94.11% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/executioners/MFEMSteady.C 94.91% <100.00%> (+0.08%) ⬆️
src/executioners/MFEMTransient.C 98.52% <100.00%> (+0.02%) ⬆️
src/problem/MFEMProblem.C 94.15% <100.00%> (+0.11%) ⬆️
src/auxkernels/MFEMAuxKernel.C 90.00% <90.00%> (ø)
src/auxkernels/MFEMCurlAux.C 94.11% <94.11%> (ø)
src/auxkernels/MFEMDivAux.C 23.52% <23.52%> (ø)
src/auxkernels/MFEMGradAux.C 23.52% <23.52%> (ø)

... and 1 file with indirect coverage changes

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.

1 participant