Take a local matrix, and use it to fill the local block matrix structure.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(inout) | :: | this | 
                 The distributed sparse matrix to split into.  | 
        ||
| type(Matrix_lsr), | intent(in) | :: | matrix_to_split | 
                 The matrix to split up.  | 
        
Take a local matrix, and use it to fill the local block matrix structure.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(inout) | :: | this | 
                 The distributed sparse matrix to split into.  | 
        ||
| type(Matrix_lsc), | intent(in) | :: | matrix_to_split | 
                 The matrix to split up.  |