Home
last modified time | relevance | path

Searched refs:MATOP_COPY (Results 1 – 10 of 10) sorted by relevance

/petsc/src/mat/tests/
H A Dex205.c77 PetscCall(MatShellSetOperation(S1, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_User)); in main()
82 PetscCall(MatShellSetOperation(S2, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_User)); in main()
H A Dex140.c7 …P_NORM, MATOP_ZERO_ENTRIES, MATOP_GET_DIAGONAL_BLOCK, MATOP_DUPLICATE, MATOP_COPY, MATOP_SCALE, MA…
H A Dex221.c166 PetscCall(MatShellSetOperation(S, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_User)); in main()
/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c285 case MATOP_COPY: in matshellsetoperation_()
/petsc/src/mat/impls/normal/
H A Dnormmh.c317 PetscCall(MatShellSetOperation(*N, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_NormalHermitian)); in MatCreateNormalHermitian()
H A Dnormm.c428 PetscCall(MatShellSetOperation(*N, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_Normal)); in MatCreateNormal()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c651 PetscCall(MatShellSetOperation(*N, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_HT)); in MatCreateHermitianTranspose()
H A Dtransm.c657 PetscCall(MatShellSetOperation(*N, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_Transpose)); in MatCreateTranspose()
/petsc/src/mat/impls/shell/
H A Dshell.c1618 case MATOP_COPY: in MatShellSetOperation_Shell()
1697 case MATOP_COPY: in MatShellGetOperation_Shell()
/petsc/include/
H A Dpetscmat.h1941 MATOP_COPY = 43, enumerator