-
Notifications
You must be signed in to change notification settings - Fork 1.2k
MFEM Parsed function of non-linear variable #31134
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
MFEM Parsed function of non-linear variable #31134
Conversation
|
PR closes #31145 |
136e36a to
f2f353c
Compare
7cb5ea0 to
d7518d8
Compare
|
Job Documentation, step Docs: sync website on 9a927c6 wanted to post the following: View the site here This comment will be updated on new commits. |
84c50fc to
56350d0
Compare
nmnobre
left a comment
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.
First review pass done. Thanks for the hard work guys. :)
f6e0d50 to
afb6ed3
Compare
4259be3 to
03cfa35
Compare
|
We'll also need to revert 88fefcf and rebase. Let's squash a bit as well please. |
03cfa35 to
f8745a4
Compare
f8745a4 to
a9b377d
Compare
|
Job Coverage, step Generate coverage on 9a927c6 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||
6ee0074 to
0b8e4af
Compare
f1bcf82 to
12af592
Compare
…ab#31134) Co-authored-by: Sohail Rathore <[email protected]> Co-authored-by: Nuno Nobre <[email protected]>
Co-authored-by: Sohail Rathore <[email protected]> Co-authored-by: Nuno Nobre <[email protected]>
Co-authored-by: Sohail Rathore <[email protected]> Co-authored-by: Nuno Nobre <[email protected]>
…1134) Plus allocate array of coefficient and vector of position values just once
12af592 to
9a927c6
Compare
|
Job Test, step Results summary on 9a927c6 wanted to post the following: Framework test summaryCompared against 7323e92 in job civet.inl.gov/job/3361666. Removed testsAdded tests
Run time changes
Modules test summaryCompared against 7323e92 in job civet.inl.gov/job/3361666. Removed testsAdded testsRun time changes
|
Hi,
Currently, MFEM/MOOSE supports the parsing function of space and time, and creates scalar coefficient. The PR supports the parsing of functions for MFEM variables and creates a scalar coefficient. However, the support for the MFEM non-linear system is still in progress. Thus, in its current form, it can couple with auxiliary variables.
Thanks!
@alexanderianblair
@SohailSTFC
Karthik.