I am working on vibroacoustic simulation where elastic plate and air domain are coupled. After doing some research, I’ve noticed that there are two ways to define test functions and trial functions for each domain: one is by using mixed element, and the other one is by using mixed function.
I have tried to find some information regarding how to decide which approach to take, but I couldn’t, and I am wondering if anyone could clarify which approach is suitable or advantageous for which case.
It seems like I should probably use mixed functionspace since it’s easier to access each block, and also I am dealing with different meshes.
Now, my current understanding is that mixed functionspace is simpy superior to mixedelement, but is there cases where mixedelement is actually advantageous, such as, for instance, the performance for less complicated models on a single mesh?
Thank you for the very insightful answer to my question.
I will pay some attention in choosing which one to use for the time being, and I am looking forward to the future updates as well.