Searched refs:MAT_CUSPARSESolveAnalysis (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | dlregismat.c | 263 PetscCall(PetscLogEventRegister("MatCUSPARSSolAnl", MAT_CLASSID, &MAT_CUSPARSESolveAnalysis)); in MatInitializePackage()
|
| H A D | matrix.c | 36 …SPARSECopyToGPU, MAT_CUSPARSECopyFromGPU, MAT_CUSPARSEGenerateTranspose, MAT_CUSPARSESolveAnalysis; variable
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 392 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 D | matimpl.h | 1758 PETSC_EXTERN PetscLogEvent MAT_CUSPARSESolveAnalysis; variable
|