-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add support for multi-system to physics classes #29019
Labels
Comments
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Nov 6, 2024
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Nov 6, 2024
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Nov 6, 2024
I'd also be curious how a multiplicative field-split does for these one-way coupling cases |
For sure. It could perform just as well. It's just conceptually easier to do multi-system |
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Nov 12, 2024
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
It is known that equations that are not two-way coupled, (either uncoupled, or one-way coupled) are solved much more efficiently using a multi-system approach than a single system approach
Design
Add logic to enable multi-system coupling in the action
Impact
Faster solves
More flexibility
The text was updated successfully, but these errors were encountered: