join_parallel#

MaxwellParameters.join_parallel(sources, matrix_name=None, join_name=None)#

Create matrix reduction by joining sources in parallel.

Parameters:
sourceslist

Sources to be included in matrix reduction.

matrix_namestr, optional

Name of the matrix to create.

join_namestr, optional

Name of the Join operation.

Returns:
(str, str)

Matrix name and Joint name.