Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Ddlregismat.c211 PetscCall(PetscLogEventRegister("MatGetValues", MAT_CLASSID, &MAT_GetValues)); in MatInitializePackage()
296 PetscCall(PetscLogEventSetActiveAll(MAT_GetValues, PETSC_FALSE)); in MatInitializePackage()
H A Dmatrix.c23 PetscLogEvent MAT_AssemblyEnd, MAT_SetValues, MAT_GetValues, MAT_GetRow, MAT_GetRowIJ, MAT_CreateSu… variable
2178 PetscCall(PetscLogEventBegin(MAT_GetValues, mat, 0, 0, 0)); in MatGetValues()
2180 PetscCall(PetscLogEventEnd(MAT_GetValues, mat, 0, 0, 0)); in MatGetValues()
2228 PetscCall(PetscLogEventBegin(MAT_GetValues, mat, 0, 0, 0)); in MatGetValuesLocal()
2247 PetscCall(PetscLogEventEnd(MAT_GetValues, mat, 0, 0, 0)); in MatGetValuesLocal()
/petsc/include/petsc/private/
H A Dmatimpl.h1709 PETSC_EXTERN PetscLogEvent MAT_GetValues; variable