Searched refs:matAdj (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/party/ |
| H A D | party.c | 28 Mat mat = part->adj, matAdj, matSeq, *A; in MatPartitioningApply_Party() local 65 PetscCall(MatConvert(matSeq, MATMPIADJ, MAT_INITIAL_MATRIX, &matAdj)); in MatPartitioningApply_Party() 68 matAdj = matSeq; in MatPartitioningApply_Party() 71 adj = (Mat_MPIAdj *)matAdj->data; /* finally adj contains adjacency graph */ in MatPartitioningApply_Party() 130 PetscCall(MatDestroy(&matAdj)); in MatPartitioningApply_Party()
|
| /petsc/src/mat/graphops/partition/impls/chaco/ |
| H A D | chaco.c | 56 Mat mat = part->adj, matAdj, matSeq, *A; in MatPartitioningApply_Chaco() local 101 PetscCall(MatConvert(matSeq, MATMPIADJ, MAT_INITIAL_MATRIX, &matAdj)); in MatPartitioningApply_Chaco() 104 matAdj = matSeq; in MatPartitioningApply_Chaco() 107 adj = (Mat_MPIAdj *)matAdj->data; /* finally adj contains adjacency graph */ in MatPartitioningApply_Chaco() 168 PetscCall(MatDestroy(&matAdj)); in MatPartitioningApply_Chaco()
|