insert_reduced_matrix#

Q3d.insert_reduced_matrix(operation_name, source_names=None, rm_name=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.

source_nameslist, str, optional

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

rm_namestr, 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.