Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c46 static PetscLogEvent EventServerDist, EventServerDistMPI; variable
177 PetscCall(PetscLogEventBegin(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPISetMat()
307 PetscCall(PetscLogEventEnd(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPISetMat()
335 PetscCall(PetscLogEventBegin(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPIUpdateMatValues()
379 PetscCall(PetscLogEventEnd(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPIUpdateMatValues()
399 PetscCall(PetscLogEventBegin(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPISolve()
436 PetscCall(PetscLogEventEnd(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPISolve()
440 PetscCall(PetscLogEventBegin(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPISolve()
461 PetscCall(PetscLogEventEnd(EventServerDist, NULL, NULL, NULL, NULL)); in PCMPISolve()
565 PetscCall(PetscLogEventRegister("ServerDist", PC_CLASSID, &EventServerDist)); in PCMPIServerBegin()