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

WIP: Add mixed form 2D Darcy problem example #82

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

Conversation

alexanderianblair
Copy link
Contributor

@alexanderianblair alexanderianblair commented Feb 20, 2025

Adds a test solving a 2D Darcy problem, based on MFEM Example 5.
Depends on #78

@alexanderianblair alexanderianblair marked this pull request as draft February 20, 2025 19:20
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
...bcs/MFEMVectorFEFunctionBoundaryFluxIntegratedBC.C 100.00% <100.00%> (ø)
src/kernels/MFEMDomainLFKernel.C 100.00% <100.00%> (ø)
src/kernels/MFEMMixedBilinearFormKernel.C 100.00% <100.00%> (ø)
src/kernels/MFEMMixedScalarCurlKernel.C 100.00% <100.00%> (ø)
src/kernels/MFEMMixedVectorGradientKernel.C 100.00% <100.00%> (ø)
src/kernels/MFEMVectorFEDivergenceKernel.C 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

@alexanderianblair alexanderianblair force-pushed the alexanderianblair/darcy-example branch from 3a37987 to 4f73150 Compare February 26, 2025 18:24
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.

2 participants