| /petsc/src/mat/tests/ |
| H A D | ex205.c | 78 PetscCall(MatShellSetOperation(S1, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main() 83 PetscCall(MatShellSetOperation(S2, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
|
| H A D | ex201f.F90 | 200 op = MATOP_DESTROY
|
| H A D | ex221.c | 167 PetscCall(MatShellSetOperation(S, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex20f.F90 | 26 PetscCall(MatShellSetOperation(M, MATOP_DESTROY, MatDestroy_F, ierr))
|
| /petsc/src/tao/matrix/ |
| H A D | submatfree.c | 50 PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_SMF)); in MatCreateSubMatrixFree()
|
| H A D | adamat.c | 387 PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_ADA)); in MatCreateADA()
|
| /petsc/src/snes/interface/noise/ |
| H A D | snesmfj2.c | 255 …PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)SNESMatrixFreeDestroy2_Priva… in MatCreateSNESMFMore()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex36.c | 327 PetscCall(MatShellSetOperation(*Pi, MATOP_DESTROY, (PetscErrorCodeFn *)DestroyCoarseProjection)); in CreateCoarseProjection() 429 PetscCall(MatShellSetOperation(*P, MATOP_DESTROY, (PetscErrorCodeFn *)DestroyQuasiInterpolator)); in CreateQuasiInterpolator()
|
| /petsc/src/mat/impls/shell/ |
| H A D | shellcnv.c | 236 PetscCall(MatShellSetOperation(M, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_CF)); in MatConvertFrom_Shell()
|
| H A D | shell.c | 1611 case MATOP_DESTROY: in MatShellSetOperation_Shell() 1691 case MATOP_DESTROY: in MatShellGetOperation_Shell()
|
| /petsc/src/mat/impls/shell/ftn-custom/ |
| H A D | zshellf.c | 269 case MATOP_DESTROY: in matshellsetoperation_()
|
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 308 …PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_NormalHermitian)); in MatCreateNormalHermitian()
|
| H A D | normm.c | 422 PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Normal)); in MatCreateNormal()
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 620 PetscCall(MatShellSetOperation(A, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_MFFD)); in MatCreate_MFFD()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | transm.c | 647 PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Transpose)); in MatCreateTranspose()
|
| H A D | htransm.c | 638 PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_HT)); in MatCreateHermitianTranspose()
|
| /petsc/src/mat/impls/composite/ |
| H A D | mcomposite.c | 891 PetscCall(MatShellSetOperation(A, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Composite)); in MatCreate_Composite()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 655 …PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)DMSNESJacobianMF_Destroy_Pri… in DMSNESCreateJacobianMF()
|
| /petsc/src/ksp/pc/impls/ml/ |
| H A D | ml.c | 329 PetscCall(MatShellSetOperation(*newmat, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_ML)); in MatWrapML_SHELL()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 613 …PetscCall(MatShellSetOperation(fetidpmat_ctx->B_Ddelta, MATOP_DESTROY, (PetscErrorCodeFn *)MatDest… in PCBDDCSetupFETIDPMatContext()
|
| H A D | bddc.c | 2460 …PetscCall(MatShellSetOperation(newmat, MATOP_DESTROY, (PetscErrorCodeFn *)PCBDDCDestroyFETIDPMat)); in PCBDDCCreateFETIDPOperators_BDDC()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 2100 … PetscCall(MatShellSetOperation(S, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_SchurCorrection)); in PCSetUp_HPDDM() 2533 …PetscCall(MatShellSetOperation(data->aux, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Harmonic)); in PCSetUp_HPDDM() 2917 … PetscCall(MatShellSetOperation(Amat, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Schur)); in PCSetUp_HPDDM()
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 1155 PetscCall(MatShellSetOperation(A, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Htool)); in MatCreate_Htool()
|
| /petsc/include/ |
| H A D | petscmat.h | 1958 MATOP_DESTROY = 60, enumerator
|