| /petsc/src/mat/impls/aij/seq/ |
| H A D | matrart.c | 248 char *alg; in MatRARtSymbolic_SeqAIJ_SeqAIJ_matmattransposemult() local 334 PetscInt alg = 0; /* set default algorithm */ in MatRARt_SeqAIJ_SeqAIJ() local 371 MatProductAlgorithm alg = product->alg; in MatProductSymbolic_RARt_SeqAIJ_SeqAIJ() local
|
| H A D | matmatmatmult.c | 21 char *alg; in MatMatMatMultSymbolic_SeqAIJ_SeqAIJ_SeqAIJ() local
|
| H A D | matmatmult.c | 75 MatProductAlgorithm alg; in MatMatMultSymbolic_SeqAIJ_SeqAIJ() local 1218 char *alg; in MatMatTransposeMultSymbolic_SeqAIJ_SeqAIJ() local 1988 PetscInt alg = 0; /* default algorithm */ in MatProductSetFromOptions_SeqAIJ_AB() local 2023 PetscInt alg = 0; /* default algorithm */ in MatProductSetFromOptions_SeqAIJ_AtB() local 2048 PetscInt alg = 0; /* default algorithm */ in MatProductSetFromOptions_SeqAIJ_ABt() local 2082 PetscInt alg = 0; /* default algorithm -- alg=1 should be default!!! */ in MatProductSetFromOptions_SeqAIJ_PtAP() local 2116 PetscInt alg = 0; /* default algorithm */ in MatProductSetFromOptions_SeqAIJ_RARt() local 2145 PetscInt alg = 0; /* default algorithm */ in MatProductSetFromOptions_SeqAIJ_ABC() local
|
| H A D | matptap.c | 19 MatProductAlgorithm alg = product->alg; in MatProductSymbolic_PtAP_SeqAIJ_SeqAIJ() local
|
| /petsc/src/mat/tests/ |
| H A D | ex101.c | 19 MatProductAlgorithm alg; in main() local
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmimpl.c | 414 PetscErrorCode MatLMVMSetMultAlgorithm(Mat B, MatLMVMMultAlgorithm alg) in MatLMVMSetMultAlgorithm() 422 static PetscErrorCode MatLMVMSetMultAlgorithm_LMVM(Mat B, MatLMVMMultAlgorithm alg) in MatLMVMSetMultAlgorithm_LMVM() 447 PetscErrorCode MatLMVMGetMultAlgorithm(Mat B, MatLMVMMultAlgorithm *alg) in MatLMVMGetMultAlgorithm() 456 static PetscErrorCode MatLMVMGetMultAlgorithm_LMVM(Mat B, MatLMVMMultAlgorithm *alg) in MatLMVMGetMultAlgorithm_LMVM()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.h | 24 PetscInt alg; /* algorithm used */ member
|
| H A D | mpidense.c | 2217 PetscInt alg; in MatMatTransposeMultSymbolic_MPIDense_MPIDense() local 2523 PetscInt alg; in MatMatMultSymbolic_MPIDense_MPIDense() local 2585 PetscInt alg, nalg = PetscDefined(HAVE_ELEMENTAL) ? 2 : 1; in MatProductSetFromOptions_MPIDense_AB() local 2622 PetscInt alg, nalg = 2; in MatProductSetFromOptions_MPIDense_ABt() local
|
| /petsc/src/mat/interface/ |
| H A D | matproduct.c | 905 PetscErrorCode MatProductSetAlgorithm(Mat mat, MatProductAlgorithm alg) in MatProductSetAlgorithm() 930 PetscErrorCode MatProductGetAlgorithm(Mat mat, MatProductAlgorithm *alg) in MatProductGetAlgorithm()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpimatmatmult.c | 33 MatProductAlgorithm alg = product->alg; in MatProductSymbolic_AB_MPIAIJ_MPIAIJ() local 2161 PetscInt alg = 1; /* set nonscalable algorithm as default */ in MatProductSetFromOptions_MPIAIJ_AB() local 2225 PetscInt alg = 1; /* set default algorithm */ in MatProductSetFromOptions_MPIAIJ_AtB() local 2281 PetscInt alg = 1; /* set default algorithm */ in MatProductSetFromOptions_MPIAIJ_PtAP() local 2361 PetscInt alg = 1; /* default algorithm */ in MatProductSetFromOptions_MPIAIJ_ABC() local
|
| H A D | mpiptap.c | 995 PetscInt nalg = 2, alg = 0, offset, ii; in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce() local 1261 PetscInt nalg = 2, alg = 0, offset, ii; in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged() local 1991 MatProductAlgorithm alg = product->alg; in MatProductSymbolic_PtAP_MPIAIJ_MPIAIJ() local
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 722 const cusparseSpSVAlg_t alg = CUSPARSE_SPSV_ALG_DEFAULT; in MatSolve_SeqAIJCUSPARSE_Cholesky() local 1419 const cusparseSpSVAlg_t alg = CUSPARSE_SPSV_ALG_DEFAULT; in MatSolve_SeqAIJCUSPARSE_LU() local 1471 const cusparseSpSVAlg_t alg = CUSPARSE_SPSV_ALG_DEFAULT; in MatSolveTranspose_SeqAIJCUSPARSE_LU() local
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 535 PetscInt alg = 1; /* set default algorithm */ in MatProductSetFromOptions_MPIAIJ_MPIMAIJ() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 505 DMPlexCSRAlgorithm alg = DM_PLEX_CSR_GRAPH; in DMPlexCreatePartitionerGraph() local
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 438 char *alg; member
|