join_parallel# MaxwellMatrix.join_parallel(sources, matrix_name=None, join_name=None) → MaxwellReducedMatrix# Create matrix reduction by joining sources in parallel. Parameters: sourceslistSources to be included in matrix reduction. matrix_namestr, optionalReduced matrix name. join_namestr, optionalName of the Join operation. Returns: MaxwellReducedMatrixReduced matrix object.