For problems with multiple subdomains, is it possible to plot solutions only over particular subdomains? In particular, I am working on a problem where there is a “background” mesh with objects inside of it, and I only care about the deformation of the objects. Would there be ways to plot the deformed state of particular subdomains (objects) without plotting others (background)?
I am currently plotting things in-line using pyvista as shown in the Hyperelasticity example but would like to eventually work with something external so that I can create animations of the time-varying solutions.