Searched refs:MAT_IncreaseOverlap (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | dlregismat.c | 217 PetscCall(PetscLogEventRegister("MatIncreaseOvrlp", MAT_CLASSID, &MAT_IncreaseOverlap)); in MatInitializePackage()
|
| H A D | matrix.c | 24 PetscLogEvent MAT_IncreaseOverlap, MAT_Partitioning, MAT_PartitioningND, MAT_Coarsen, MAT_ZeroEntri… variable 7518 PetscCall(PetscLogEventBegin(MAT_IncreaseOverlap, mat, 0, 0, 0)); in MatIncreaseOverlap() 7520 PetscCall(PetscLogEventEnd(MAT_IncreaseOverlap, mat, 0, 0, 0)); in MatIncreaseOverlap() 7566 PetscCall(PetscLogEventBegin(MAT_IncreaseOverlap, mat, 0, 0, 0)); in MatIncreaseOverlapSplit() 7568 PetscCall(PetscLogEventEnd(MAT_IncreaseOverlap, mat, 0, 0, 0)); in MatIncreaseOverlapSplit()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1715 PETSC_EXTERN PetscLogEvent MAT_IncreaseOverlap; variable
|