Home
last modified time | relevance | path

Searched refs:MatGetOperation (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/tests/
H A Dex66.c183 PetscCall(MatGetOperation(A, MATOP_NORM, &Anormfunc)); in main()
184 PetscCall(MatGetOperation(B, MATOP_NORM, &approxnormfunc)); in main()
/petsc/doc/changes/
H A D39.md61 MatGetOperation() to set an operation for any matrix type.
H A D324.md88 - Change `MatSetOperation()` and `MatGetOperation()` so that their final argument must be casted wi…
/petsc/src/ksp/ksp/tutorials/
H A Dex29.c252 PetscCall(MatGetOperation(jac, MATOP_VIEW, &f)); in ComputeMatrix()
H A Dex34.c291 PetscCall(MatGetOperation(jac, MATOP_VIEW, &f)); in ComputeMatrix()
/petsc/src/mat/utils/
H A Daxpy.c52 PetscCall(MatGetOperation(Y, MATOP_AXPY, (PetscErrorCodeFn **)&f)); in MatAXPY_BasicWithTypeCompare()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu987 PetscCall(MatGetOperation(Ae, MATOP_NORM, &normfunc)); in MatAssemblyEnd_H2OPUS()
/petsc/include/
H A Dpetscmat.h2045 PETSC_EXTERN PetscErrorCode MatGetOperation(Mat, MatOperation, PetscErrorCodeFn **);
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2155 PetscCall(MatGetOperation(B, MATOP_VIEW, (PetscErrorCodeFn **)&mview));
/petsc/src/mat/interface/
H A Dmatrix.c4950 PetscCall(MatGetOperation(mat, MATOP_VIEW, &viewf)); in MatDuplicate()
11287 PetscErrorCode MatGetOperation(Mat mat, MatOperation op, PetscErrorCodeFn **f) in MatGetOperation() function
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2420 … PetscCall(MatGetOperation(patch->mat[i], MATOP_MULT, (PetscErrorCodeFn **)&patch->densesolve)); in PCSetUp_PATCH_Linear()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1298 PetscCall(MatGetOperation(pc->pmat, MATOP_CREATE_SUBMATRICES, &op)); in PCHPDDMCommunicationAvoidingPCASM_Private()