Home
last modified time | relevance | path

Searched refs:PC_ModifySubMatrices (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dpcimpl.h68 PETSC_EXTERN PetscLogEvent PC_ModifySubMatrices; variable
/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c73 PetscCall(PetscLogEventRegister("PCModifySubMatri", PC_CLASSID, &PC_ModifySubMatrices)); in PCInitializePackage()
/petsc/src/ksp/pc/interface/
H A Dprecon.c10 PetscLogEvent PC_ApplySymmetricRight, PC_ModifySubMatrices, PC_ApplyOnBlocks, PC_ApplyTransposeOnBl… variable
1233 PetscCall(PetscLogEventBegin(PC_ModifySubMatrices, pc, 0, 0, 0)); in PCModifySubMatrices()
1235 PetscCall(PetscLogEventEnd(PC_ModifySubMatrices, pc, 0, 0, 0)); in PCModifySubMatrices()