Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Ddlregismat.c196 PetscCall(PetscLogEventRegister("MatCholeskyFctr", MAT_CLASSID, &MAT_CholeskyFactor)); in MatInitializePackage()
H A Dmatrix.c20 PetscLogEvent MAT_LUFactorNumeric, MAT_CholeskyFactor, MAT_CholeskyFactorSymbolic, MAT_CholeskyFact… variable
3358 PetscCall(PetscLogEventBegin(MAT_CholeskyFactor, mat, perm, 0, 0)); in MatCholeskyFactor()
3360 PetscCall(PetscLogEventEnd(MAT_CholeskyFactor, mat, perm, 0, 0)); in MatCholeskyFactor()
3468 else PetscCall(PetscLogEventBegin(MAT_CholeskyFactor, mat, fact, 0, 0)); in MatCholeskyFactorNumeric()
3471 else PetscCall(PetscLogEventEnd(MAT_CholeskyFactor, mat, fact, 0, 0)); in MatCholeskyFactorNumeric()
/petsc/include/petsc/private/
H A Dmatimpl.h1697 PETSC_EXTERN PetscLogEvent MAT_CholeskyFactor; variable