Mixed, saddle-point, div-grad problem using MFEM#30637
Merged
lindsayad merged 16 commits intoidaholab:nextfrom Jul 22, 2025
Merged
Mixed, saddle-point, div-grad problem using MFEM#30637lindsayad merged 16 commits intoidaholab:nextfrom
lindsayad merged 16 commits intoidaholab:nextfrom
Conversation
Merged
d3f83d8 to
fc3f9df
Compare
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>
Contributor
|
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
added a commit
to nmnobre/moose
that referenced
this pull request
Jun 3, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
150cf28 to
5bd962a
Compare
9fab2d2 to
0577776
Compare
Contributor
|
Job Coverage, step Generate coverage on e849ff9 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
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 24, 2025
Co-authored-by: Bryce Shirley <bryce.shirley@stfc.ac.uk>
Member
An interesting reference 😄 |
Member
Author
It should've been #29030 (reply in thread) to be more precise :) |
lindsayad
reviewed
Jul 9, 2025
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
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.
Contributor
Contributor
Co-authored-by: Alex Lindsay <alexlindsay239@gmail.com>
…nEigenDecomposition (idaholab#30991)
lindsayad
reviewed
Jul 22, 2025
lindsayad
approved these changes
Jul 22, 2025
Member
|
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? |
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.
Refs #29030. Supersedes aurora-multiphysics/platypus#94.