That is, if the variable root.comp1.a is defined anywhere in the geometry of Component comp1, then a in an expression will be interpreted as if root.comp1.a was defined everywhere. The interpretation will not fall back to a global definition of root.a on domains where the component variable is undefined.
|