Multiapp and changing subdomain ID #28861
-
Check these boxes if you have followed the posting rules.
QuestionHello, I am getting a segmentation fault for a particular case of changing the subdomain ID of elements in a multiapp. The example I put below has two subdomains (1 and 2), and an empty subdomain (3). The elements in subdomain 2 change to subdomain 3, and the variable When I run just this scenario, i.e. the subapp code, the simulation runs fine. When I run the same scenario in a multiapp, i.e. the master and subapp code below, with the variable This multi-app setup works fine for other cases of changing subdomain ID, so I'm not sure what's wrong here. Subapp:
Master app:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello The |
Beta Was this translation helpful? Give feedback.
Hello
The
MultiAppCopyTransfer
is meant for meshes that are exactly the same. Since you are changing the mesh, they are no longer the same. Please use this one instead:https://mooseframework.inl.gov/source/transfers/MultiAppGeneralFieldShapeEvaluationTransfer.html