Home
last modified time | relevance | path

Searched refs:matSeq (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c28 Mat mat = part->adj, matAdj, matSeq, *A; in MatPartitioningApply_Party() local
47 PetscCall(MatMPIAdjToSeq(mat, &matSeq)); in MatPartitioningApply_Party()
56 matSeq = *A; in MatPartitioningApply_Party()
61 matSeq = mat; in MatPartitioningApply_Party()
65 PetscCall(MatConvert(matSeq, MATMPIADJ, MAT_INITIAL_MATRIX, &matAdj)); in MatPartitioningApply_Party()
67 PetscCall(PetscObjectReference((PetscObject)matSeq)); in MatPartitioningApply_Party()
68 matAdj = matSeq; in MatPartitioningApply_Party()
129 PetscCall(MatDestroy(&matSeq)); in MatPartitioningApply_Party()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c56 Mat mat = part->adj, matAdj, matSeq, *A; in MatPartitioningApply_Chaco() local
83 PetscCall(MatMPIAdjToSeq(mat, &matSeq)); in MatPartitioningApply_Chaco()
92 matSeq = *A; in MatPartitioningApply_Chaco()
97 matSeq = mat; in MatPartitioningApply_Chaco()
101 PetscCall(MatConvert(matSeq, MATMPIADJ, MAT_INITIAL_MATRIX, &matAdj)); in MatPartitioningApply_Chaco()
103 PetscCall(PetscObjectReference((PetscObject)matSeq)); in MatPartitioningApply_Chaco()
104 matAdj = matSeq; in MatPartitioningApply_Chaco()
167 PetscCall(MatDestroy(&matSeq)); in MatPartitioningApply_Chaco()