finesse.graph.operator_graph.OperatorGraph.evaluation_nodes

OperatorGraph.evaluation_nodes(self, ignore_self_loops=False)

Nodes that have both inputs and outputs in the graph. These nodes must be included in the M matrix to solve a Ma=b type system.

Parameters
ignore_self_loopsbool, optional

When true any self loops at a node are not included in the determination if this node is a source

Returns
nodesTuple

node integer values