join_parallel# MaxwellParameters.join_parallel(sources, matrix_name=None, join_name=None)# Create matrix reduction by joining sources in parallel. Parameters: sourceslistSources to be included in matrix reduction. matrix_namestr, optionalName of the matrix to create. join_namestr, optionalName of the Join operation. Returns: (str, str)Matrix name and Joint name.