matflow.ElementPropagation#
- class matflow.ElementPropagation(task, nesting_order=None, input_sources=None)#
Bases:
ElementPropagation
Class to represent how a newly added element set should propagate to a given downstream task.
- Parameters:
task (matflow.Task) – The task this is propagating to.
nesting_order (Dict | None) – The nesting order information.
input_sources (Dict | None) – The input source information.
Methods
Attributes
The element set that this propagates from.
The input source information.
The nesting order information.
The task this is propagating to.
- app = App(name='MatFlow', version='0.3.0a131')#
- property element_set#
The element set that this propagates from.
Note
Temporary property. May be moved or reinterpreted.
- task: app.Task#
The task this is propagating to.