Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dmatrart.c248 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 Dmatmatmatmult.c21 char *alg; in MatMatMatMultSymbolic_SeqAIJ_SeqAIJ_SeqAIJ() local
H A Dmatmatmult.c75 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 Dmatptap.c19 MatProductAlgorithm alg = product->alg; in MatProductSymbolic_PtAP_SeqAIJ_SeqAIJ() local
/petsc/src/mat/tests/
H A Dex101.c19 MatProductAlgorithm alg; in main() local
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c414 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 Dmpidense.h24 PetscInt alg; /* algorithm used */ member
H A Dmpidense.c2217 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 Dmatproduct.c905 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 Dmpimatmatmult.c33 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 Dmpiptap.c995 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 Daijcusparse.cu722 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 Dmaij.c535 PetscInt alg = 1; /* set default algorithm */ in MatProductSetFromOptions_MPIAIJ_MPIMAIJ() local
/petsc/src/dm/impls/plex/
H A Dplexpartition.c505 DMPlexCSRAlgorithm alg = DM_PLEX_CSR_GRAPH; in DMPlexCreatePartitionerGraph() local
/petsc/include/petsc/private/
H A Dmatimpl.h438 char *alg; member