Searched refs:MATCOLORING_Comm (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/mat/graphops/color/utils/ |
| H A D | bipartite.c | 45 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etoc, 0, 0, 0)); in MatColoringCreateBipartiteGraph() 48 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, *etoc, 0, 0, 0)); in MatColoringCreateBipartiteGraph() 54 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etoc, 0, 0, 0)); in MatColoringCreateBipartiteGraph() 57 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, *etoc, 0, 0, 0)); in MatColoringCreateBipartiteGraph() 63 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etor, 0, 0, 0)); in MatColoringCreateBipartiteGraph() 66 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, *etor, 0, 0, 0)); in MatColoringCreateBipartiteGraph()
|
| H A D | valid.c | 58 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in MatColoringTest() 61 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in MatColoringTest() 77 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in MatColoringTest() 80 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in MatColoringTest()
|
| /petsc/src/mat/graphops/color/impls/jp/ |
| H A D | jp.c | 93 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPGreatestWeight_Private() 96 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPGreatestWeight_Private() 119 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPGreatestWeight_Private() 122 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPGreatestWeight_Private() 340 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPMinColor_Private() 343 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPMinColor_Private() 361 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPMinColor_Private() 364 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in MCJPMinColor_Private()
|
| /petsc/src/mat/graphops/color/impls/greedy/ |
| H A D | greedy.c | 141 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in GreedyColoringLocalDistanceOne_Private() 441 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, mc, 0, 0, 0)); in GreedyColoringLocalDistanceTwo_Private() 444 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, mc, 0, 0, 0)); in GreedyColoringLocalDistanceTwo_Private()
|
| /petsc/src/mat/interface/ |
| H A D | dlregismat.c | 276 PetscCall(PetscLogEventRegister("MatColoringComm", MAT_COLORING_CLASSID, &MATCOLORING_Comm)); in MatInitializePackage()
|
| H A D | matrix.c | 46 PetscLogEvent MATCOLORING_Apply, MATCOLORING_Comm, MATCOLORING_Local, MATCOLORING_ISCreate, MATCOLO… variable
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1776 PETSC_EXTERN PetscLogEvent MATCOLORING_Comm; variable
|