Searched refs:MAT_ZeroEntries (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | dlregismat.c | 221 PetscCall(PetscLogEventRegister("MatZeroEntries", MAT_CLASSID, &MAT_ZeroEntries)); in MatInitializePackage()
|
| H A D | matrix.c | 24 …_IncreaseOverlap, MAT_Partitioning, MAT_PartitioningND, MAT_Coarsen, MAT_ZeroEntries, MAT_Load, MA… variable 6249 PetscCall(PetscLogEventBegin(MAT_ZeroEntries, mat, 0, 0, 0)); in MatZeroEntries() 6251 PetscCall(PetscLogEventEnd(MAT_ZeroEntries, mat, 0, 0, 0)); in MatZeroEntries()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1719 PETSC_EXTERN PetscLogEvent MAT_ZeroEntries; variable
|