insert_reduced_matrix#

Q2d.insert_reduced_matrix(operation_name, assignment=None, reduced_matrix=None, new_net_name=None, new_source_name=None, new_sink_name=None)[source]#

Insert a new reduced matrix.

Parameters:
operation_namestr

Name of the operation to create.

assignmentlist, str, optional

List of sources or nets or arguments needed for the operation. The default is None.

reduced_matrixstr, optional

Name of the reduced matrix. The default is None.

new_net_namestr, optional

Name of the new net. The default is None.

new_source_namestr, optional

Name of the new source. The default is None.

new_sink_namestr, optional

Name of the new sink. The default is None.

Returns:
pyaedt.modules.Boundary.Matrix

Matrix object.