-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Pass MooseApp pointer to NEML2 #28492
base: next
Are you sure you want to change the base?
Conversation
It looks like NEML2 currently has no method in the options object to check if an option exists. |
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.
Looks good to me.
neml2::Model & get_model_moose(const std::string & mname, | ||
MooseBase * moose_base, | ||
bool enable_ad = true, | ||
bool force_create = true); |
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.
What's the reason for not directly passing a pointer to MooseApp?
ebfb80d
to
53744f2
Compare
a516f75
to
bd0c41d
Compare
Closes #28486