Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Ddlregismat.c263 PetscCall(PetscLogEventRegister("MatCUSPARSSolAnl", MAT_CLASSID, &MAT_CUSPARSESolveAnalysis)); in MatInitializePackage()
H A Dmatrix.c36 …SPARSECopyToGPU, MAT_CUSPARSECopyFromGPU, MAT_CUSPARSEGenerateTranspose, MAT_CUSPARSESolveAnalysis; variable
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu392 PetscCall(PetscLogEventBegin(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
404 PetscCall(PetscLogEventEnd(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
521 PetscCall(PetscLogEventBegin(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
534 PetscCall(PetscLogEventEnd(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
860 PetscCall(PetscLogEventBegin(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
873 PetscCall(PetscLogEventEnd(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
912 PetscCall(PetscLogEventBegin(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
925 PetscCall(PetscLogEventEnd(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1114 PetscCall(PetscLogEventBegin(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1127 PetscCall(PetscLogEventEnd(MAT_CUSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
[all …]
/petsc/include/petsc/private/
H A Dmatimpl.h1758 PETSC_EXTERN PetscLogEvent MAT_CUSPARSESolveAnalysis; variable