Has stitched mesh syntax changed? Is it compatible with increase AD container size? #24744
-
I'm sure that a few weeks ago I was running models OK with the stitched mesh given below:
I'm trying to run it again now, but get error messages:
I ran a MOOSE update yesterday. Has something changed with the StitchedMeshGenerator syntax in the last few weeks which means my old code doesn't work any more. The other thing that might be different is that in the update I needed to increase AD container size to resolve another error message cause by an increase in number of variables. I ran this line of code before compiling MOOSE.
Could this have upset the mesh stitcher? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello Yes it has changed. If you want the previous behavior, please pass as an additional parameter The AD derivative size is a separate topic Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
Yes it has changed.
It used to merge sidesets with the same ids. It does not do it anymore.
If you want the previous behavior, please pass as an additional parameter
prevent_boundary_ids_overlap = false
The AD derivative size is a separate topic
Guillaume