solve_independent_preference#
- property ComponentGroup.solve_independent_preference#
bool
: Flag indicating if the object is assigned to solve independent of its parent context.- Returns:
- bool
True
if the object is assigned to solve independently,False
if the object is embedded.
Notes
For a
ComponentModel
instance, this flag indicates if the model is embedded with the field solver, when applicable.For a
CellInstance
instance, it indicates if the design’s geometry is flattened/meshed with the parent, when applicable.