Skip to content

Mixed, saddle-point, div-grad problem using MFEM#30637

Merged
lindsayad merged 16 commits intoidaholab:nextfrom
nmnobre:nmnobre/darcy
Jul 22, 2025
Merged

Mixed, saddle-point, div-grad problem using MFEM#30637
lindsayad merged 16 commits intoidaholab:nextfrom
nmnobre:nmnobre/darcy

Conversation

@nmnobre
Copy link
Member

@nmnobre nmnobre commented Jun 2, 2025

@nmnobre nmnobre mentioned this pull request Jun 2, 2025
@nmnobre nmnobre force-pushed the nmnobre/darcy branch 2 times, most recently from d3f83d8 to fc3f9df Compare June 2, 2025 21:41
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 2, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 2, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 2, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 2, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 2, 2025
)

Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
@moosebuild
Copy link
Contributor

moosebuild commented Jun 3, 2025

Job Documentation, step Docs: sync website on e849ff9 wanted to post the following:

View the site here

This comment will be updated on new commits.

@nmnobre nmnobre changed the title Mixed, saddle-point problem using MFEM Mixed, saddle-point, div-grad problem using MFEM Jun 3, 2025
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 3, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 3, 2025
)

Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
@nmnobre nmnobre force-pushed the nmnobre/darcy branch 5 times, most recently from 150cf28 to 5bd962a Compare June 3, 2025 12:14
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 3, 2025
)

Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
@nmnobre nmnobre force-pushed the nmnobre/darcy branch 2 times, most recently from 9fab2d2 to 0577776 Compare June 3, 2025 16:24
@moosebuild
Copy link
Contributor

moosebuild commented Jun 3, 2025

Job Coverage, step Generate coverage on e849ff9 wanted to post the following:

Framework coverage

8601ad #30637 e849ff
Total Total +/- New
Rate 85.52% 85.53% +0.01% 92.11%
Hits 115756 115796 +40 70
Misses 19606 19598 -8 6

Diff coverage report

Full coverage report

Modules coverage

Coverage did not change

Full coverage reports

Reports

This comment will be updated on new commits.

nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 23, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 23, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 23, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 23, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 23, 2025
)

Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jun 24, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
@nmnobre nmnobre marked this pull request as ready for review July 6, 2025 13:59
@nmnobre nmnobre requested a review from lindsayad as a code owner July 6, 2025 13:59
@lindsayad
Copy link
Member

Refs #29030

An interesting reference 😄

@nmnobre
Copy link
Member Author

nmnobre commented Jul 9, 2025

Refs #29030

An interesting reference 😄

It should've been #29030 (reply in thread) to be more precise :)

nmnobre added a commit to nmnobre/moose that referenced this pull request Jul 9, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
nmnobre added a commit to nmnobre/moose that referenced this pull request Jul 9, 2025
nmnobre and others added 9 commits July 19, 2025 01:10
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
Co-authored-by: Kingsley Collie <kingsley.collie@ukaea.uk>
Co-authored-by: Alexander Blair <alexander.blair@ukaea.uk>
Moose::MFEM::SuperLUSolver now both inherits and includes a member of type
mfem::SuperLUSolver. The former is so that MFEMSuperLU keeps the design of
all our other solvers that inherit from MFEMSolverBase, it wraps the
respective derived class of mfem::Solver. The latter is the solver we
actually use and is declared such that, on destruction of
Moose::MFEM::SuperLUSolver, the mfem::SuperLUSolver member is destroyed
before the mfem::SuperLURowLocMatrix member as assumed by mfem.
The previous behavior, which used functions acting on proper names, is
still available under the more idiomatic getXXXCoefficientByName interface.
@moosebuild
Copy link
Contributor

moosebuild commented Jul 20, 2025

Job Doxygen, step Framework doxygen on e849ff9 wanted to post the following:

View the framework doxygen here.

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

moosebuild commented Jul 20, 2025

Job Doxygen, step Modules doxygen on e849ff9 wanted to post the following:

View the modules doxygen here.

This comment will be updated on new commits.

@loganharbour
Copy link
Member

loganharbour commented Jul 23, 2025

Broke next: https://civet.inl.gov/event/246792/

Looks like it's as a result of another set of MFEM changes that just got in too?

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.

4 participants