-
Notifications
You must be signed in to change notification settings - Fork 16
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
multiphysics #154
Comments
|
let's start with the easiest one: different physics on the same mesh (prototype: step-32)
|
Case of different meshes:
|
I think the two are not too different. You still have two DH, two sets of explicit and implict vectors, etc. I think if we have two full pidomus interfaces, we should be good to go. Actually we could rename pi-DoMUS to SinglePhysicsProblem, and then construct the new pi-DoMUS as a collection of SinglePhysicsProblems. |
Let's discuss with Wolfgang about this... :) |
Before start to think about the design we should have for handling different physics with different interfaces (an maybe different meshes) I would like to have clear what are the ingredients we need for handling such situations.
Let's have two comments with the list for the two different cases
The text was updated successfully, but these errors were encountered: