Searched refs:MatGetOperation (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex66.c | 183 PetscCall(MatGetOperation(A, MATOP_NORM, &Anormfunc)); in main() 184 PetscCall(MatGetOperation(B, MATOP_NORM, &approxnormfunc)); in main()
|
| /petsc/doc/changes/ |
| H A D | 39.md | 61 MatGetOperation() to set an operation for any matrix type.
|
| H A D | 324.md | 88 - Change `MatSetOperation()` and `MatGetOperation()` so that their final argument must be casted wi…
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex29.c | 252 PetscCall(MatGetOperation(jac, MATOP_VIEW, &f)); in ComputeMatrix()
|
| H A D | ex34.c | 291 PetscCall(MatGetOperation(jac, MATOP_VIEW, &f)); in ComputeMatrix()
|
| /petsc/src/mat/utils/ |
| H A D | axpy.c | 52 PetscCall(MatGetOperation(Y, MATOP_AXPY, (PetscErrorCodeFn **)&f)); in MatAXPY_BasicWithTypeCompare()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 987 PetscCall(MatGetOperation(Ae, MATOP_NORM, &normfunc)); in MatAssemblyEnd_H2OPUS()
|
| /petsc/include/ |
| H A D | petscmat.h | 2045 PETSC_EXTERN PetscErrorCode MatGetOperation(Mat, MatOperation, PetscErrorCodeFn **);
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 2155 PetscCall(MatGetOperation(B, MATOP_VIEW, (PetscErrorCodeFn **)&mview));
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 4950 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 D | pcpatch.c | 2420 … PetscCall(MatGetOperation(patch->mat[i], MATOP_MULT, (PetscErrorCodeFn **)&patch->densesolve)); in PCSetUp_PATCH_Linear()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 1298 PetscCall(MatGetOperation(pc->pmat, MATOP_CREATE_SUBMATRICES, &op)); in PCHPDDMCommunicationAvoidingPCASM_Private()
|