Skip to content
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 support for different parameters for each system within the EquationSystems #4006

Open
GiudGiud opened this issue Nov 12, 2024 · 1 comment

Comments

@GiudGiud
Copy link
Contributor

Currently parameters are set:

  • to the equation system with a default in the constructor of the system
  • to the equation system by a downstream user (for example a MOOSE convergence object or a moose executioner)
    then retrieved by the system (nonlinear_implicit_system) from the EquationSystems

I d suggest we keep this behavior unless a parameter has been set to the nonlinear_implicit_system directly. This would allow us to have different solver parameters in each system of the EquationSystems

@GiudGiud
Copy link
Contributor Author

I can work on this unless someone wants it more than me

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

No branches or pull requests

1 participant