Home
last modified time | relevance | path

Searched refs:MATOP_GET_DIAGONAL (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dpoisson3d.c42 MatShellSetOperation(A, MATOP_GET_DIAGONAL, DEL2MAT_DIAG); in main()
/petsc/src/mat/tests/
H A Dex140.c7 …_ADD, MATOP_SOLVE_TRANSPOSE, MATOP_SOLVE_TRANSPOSE_ADD, MATOP_SOR, MATOP_GET_DIAGONAL, MATOP_DIAGO…
H A Dex203.c46 PetscCall(MatShellSetOperation(S, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_User)); in main()
H A Dex235.c77 PetscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)myGetDiagonal)); in main()
H A Dex201f.F90188 op = MATOP_GET_DIAGONAL
H A Dex88.c228 PetscCall(MatShellSetOperation(S, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_User)); in main()
H A Dex221.c165 …if (cong) PetscCall(MatShellSetOperation(S, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal… in main()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c477 PetscCall(MatShellSetOperation(mat, MATOP_GET_DIAGONAL, NULL)); in MatCompositeSetType_Composite()
482 …PetscCall(MatShellSetOperation(mat, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Composi… in MatCompositeSetType_Composite()
894 …PetscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Composite… in MatCreate_Composite()
/petsc/src/tao/matrix/
H A Dsubmatfree.c58 PetscCall(MatShellSetOperation(*J, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_SMF)); in MatCreateSubMatrixFree()
H A Dadamat.c395 PetscCall(MatShellSetOperation(*J, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_ADA)); in MatCreateADA()
/petsc/src/mat/impls/shell/
H A Dshellcnv.c235 PetscCall(MatShellSetOperation(M, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_CF)); in MatConvertFrom_Shell()
H A Dshell.c1633 case MATOP_GET_DIAGONAL: in MatShellSetOperation_Shell()
1709 case MATOP_GET_DIAGONAL: in MatShellGetOperation_Shell()
/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c245 case MATOP_GET_DIAGONAL: in matshellsetoperation_()
/petsc/src/mat/impls/normal/
H A Dnormmh.c315 …PetscCall(MatShellSetOperation(*N, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_NormalHe… in MatCreateNormalHermitian()
H A Dnormm.c426 …PetscCall(MatShellSetOperation(*N, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Normal)); in MatCreateNormal()
/petsc/src/tao/bound/tutorials/
H A Djbearing2.c108 if (testgetdiag) PetscCall(MatSetOperation(user.A, MATOP_GET_DIAGONAL, NULL)); in main()
/petsc/src/mat/impls/mffd/
H A Dmffd.c147 PetscCall(MatShellSetOperation(mat, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_MFFD)); in MatMFFDSetFunctioni_MFFD()
/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpip.c279 PetscCall(MatHasOperation(tao->hessian, MATOP_GET_DIAGONAL, &getdiagop)); in TaoSolve_BQPIP()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c650 PetscCall(MatShellSetOperation(*N, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_HT)); in MatCreateHermitianTranspose()
H A Dtransm.c656 …PetscCall(MatShellSetOperation(*N, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Transpos… in MatCreateTranspose()
/petsc/src/tao/pde_constrained/tutorials/
H A Dparabolic.c574 …PetscCall(MatShellSetOperation(*new_shell, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiag… in StateMatDuplicate()
922 …PetscCall(MatShellSetOperation(user->Js, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiagon… in ParabolicInitialize()
H A Dhyperbolic.c556 …PetscCall(MatShellSetOperation(*new_shell, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiag… in StateMatDuplicate()
1016 …PetscCall(MatShellSetOperation(user->Js, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)StateMatGetDiagon… in HyperbolicInitialize()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c318 if (hessComputed) PetscCall(MatHasOperation(tao->hessian, MATOP_GET_DIAGONAL, &diagExists)); in TaoBNKEstimateActiveSet()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1142 PetscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Htool)); in MatCreate_Htool()
/petsc/include/
H A Dpetscmat.h1915 MATOP_GET_DIAGONAL = 17, enumerator

12