-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add two MFEM auxkernels for L2-averaged inner and cross product of two source (par)gridfucntions projected onto an MFEM AuxVariable #31613
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
Add two MFEM auxkernels for L2-averaged inner and cross product of two source (par)gridfucntions projected onto an MFEM AuxVariable #31613
Conversation
|
@Giannis95 we prefer rebasing (over devel usually, only over next if something you need is not in devel yet) over merge commits btw |
|
Job Documentation, step Docs: sync website on c7d5559 wanted to post the following: View the site here This comment will be updated on new commits. |
…jection on a vector MFEM aux variable.
Co-authored-by: Guillaume Giudicelli <[email protected]>
…,documentation and checks changes. Refs #idaholab#31612
b141f31 to
b5e1d6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
early review, nothing major
framework/doc/content/source/mfem/auxkernels/MFEMCrossProductAux.md
Outdated
Show resolved
Hide resolved
framework/doc/content/source/mfem/auxkernels/MFEMDotProductAux.md
Outdated
Show resolved
Hide resolved
framework/doc/content/source/mfem/auxkernels/MFEMDotProductAux.md
Outdated
Show resolved
Hide resolved
framework/doc/content/source/mfem/auxkernels/MFEMDotProductAux.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Guillaume Giudicelli <[email protected]>
…ing block close in test, remove repetative warning. Refs idaholab#31612
…2 vectors and fix the auxkernel test cli_args. Refs idaholab#31612
|
Seems one of the tests is really long btw. We should aim for <2s please ping me when you want a review |
…d second_source_vec. Refs idaholab#31612
Hi, your previous comments are addressed, and this PR is now updated and ready for review. Thank you |
…ce which will inncrease the test time (for the parallel test).Refs idaholab#31612
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready of that
I think you are missing a test for the postprocessor?
framework/src/mfem/postprocessors/MFEMVectorL2InnerProductIntegralPostprocessor.C
Outdated
Show resolved
Hide resolved
framework/src/mfem/postprocessors/MFEMVectorL2InnerProductIntegralPostprocessor.C
Outdated
Show resolved
Hide resolved
Co-authored-by: Guillaume Giudicelli <[email protected]>
|
Job Precheck, step Clang format on 43e62dc wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
I developed that postprocessor for the previous CSVdiff for the CrossProduct test, which had a runtime of >6s. Since we are now using a simpler test that does not need that postprocessor, it has been decided not to include it in this PR and to create another one at a later date, which will also update the terminology from _primal_var and dual_var to first and second in the other postprocessors too. |
…typo and clang-format. Refs idaholab#31612
|
Job Test, step Results summary on c7d5559 wanted to post the following: Framework test summaryCompared against 7323e92 in job civet.inl.gov/job/3361666. Removed testsAdded tests
Run time changesModules test summaryCompared against 7323e92 in job civet.inl.gov/job/3361666. Removed testsAdded testsRun time changes |
|
Job Coverage, step Generate coverage on c7d5559 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||
|
looks good |
closes #31612