Searched refs:MAT_Getlocalmatcondensed (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | dlregismat.c | 256 …PetscCall(PetscLogEventRegister("MatGetLocalMatCondensed", MAT_CLASSID, &MAT_Getlocalmatcondensed)… in MatInitializePackage()
|
| H A D | matrix.c | 34 PetscLogEvent MAT_GetBrowsOfAocols, MAT_Getlocalmat, MAT_Getlocalmatcondensed, MAT_Seqstompi, MAT_S… variable
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 1583 PetscCall(PetscLogEventBegin(MAT_Getlocalmatcondensed, A, 0, 0, 0)); in MatMPISELLGetLocalMatCondensed() 1618 PetscCall(PetscLogEventEnd(MAT_Getlocalmatcondensed, A, 0, 0, 0)); in MatMPISELLGetLocalMatCondensed()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1734 PETSC_EXTERN PetscLogEvent MAT_Getlocalmatcondensed; variable
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 5373 PetscCall(PetscLogEventBegin(MAT_Getlocalmatcondensed, A, 0, 0, 0)); in MatMPIAIJGetLocalMatCondensed() 5411 PetscCall(PetscLogEventEnd(MAT_Getlocalmatcondensed, A, 0, 0, 0)); in MatMPIAIJGetLocalMatCondensed()
|