MergeMatrixLocalBlocks Interface

public interface MergeMatrixLocalBlocks

Contents


Module Procedures

private subroutine MergeMatrixLocalBlocks_psr(this, merged_matrix)

Merge together the local matrix blocks into one big matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(in) :: this

The distributed sparse matrix to merge from.

type(Matrix_lsr), intent(inout) :: merged_matrix

The merged matrix.

private subroutine MergeMatrixLocalBlocks_psc(this, merged_matrix)

Merge together the local matrix blocks into one big matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(in) :: this

The distributed sparse matrix to merge from.

type(Matrix_lsc), intent(inout) :: merged_matrix

The merged matrix.