Home
last modified time | relevance | path

Searched refs:MATOP_DESTROY (Results 1 – 24 of 24) sorted by relevance

/petsc/src/mat/tests/
H A Dex205.c78 PetscCall(MatShellSetOperation(S1, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
83 PetscCall(MatShellSetOperation(S2, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
H A Dex201f.F90200 op = MATOP_DESTROY
H A Dex221.c167 PetscCall(MatShellSetOperation(S, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
/petsc/src/mat/tutorials/
H A Dex20f.F9026 PetscCall(MatShellSetOperation(M, MATOP_DESTROY, MatDestroy_F, ierr))
/petsc/src/tao/matrix/
H A Dsubmatfree.c50 PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_SMF)); in MatCreateSubMatrixFree()
H A Dadamat.c387 PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_ADA)); in MatCreateADA()
/petsc/src/snes/interface/noise/
H A Dsnesmfj2.c255 …PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)SNESMatrixFreeDestroy2_Priva… in MatCreateSNESMFMore()
/petsc/src/snes/tutorials/
H A Dex36.c327 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 Dshellcnv.c236 PetscCall(MatShellSetOperation(M, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_CF)); in MatConvertFrom_Shell()
H A Dshell.c1611 case MATOP_DESTROY: in MatShellSetOperation_Shell()
1691 case MATOP_DESTROY: in MatShellGetOperation_Shell()
/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c269 case MATOP_DESTROY: in matshellsetoperation_()
/petsc/src/mat/impls/normal/
H A Dnormmh.c308 …PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_NormalHermitian)); in MatCreateNormalHermitian()
H A Dnormm.c422 PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Normal)); in MatCreateNormal()
/petsc/src/mat/impls/mffd/
H A Dmffd.c620 PetscCall(MatShellSetOperation(A, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_MFFD)); in MatCreate_MFFD()
/petsc/src/mat/impls/transpose/
H A Dtransm.c647 PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Transpose)); in MatCreateTranspose()
H A Dhtransm.c638 PetscCall(MatShellSetOperation(*N, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_HT)); in MatCreateHermitianTranspose()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c891 PetscCall(MatShellSetOperation(A, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Composite)); in MatCreate_Composite()
/petsc/src/snes/utils/
H A Ddmplexsnes.c655 …PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)DMSNESJacobianMF_Destroy_Pri… in DMSNESCreateJacobianMF()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c329 PetscCall(MatShellSetOperation(*newmat, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_ML)); in MatWrapML_SHELL()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c613 …PetscCall(MatShellSetOperation(fetidpmat_ctx->B_Ddelta, MATOP_DESTROY, (PetscErrorCodeFn *)MatDest… in PCBDDCSetupFETIDPMatContext()
H A Dbddc.c2460 …PetscCall(MatShellSetOperation(newmat, MATOP_DESTROY, (PetscErrorCodeFn *)PCBDDCDestroyFETIDPMat)); in PCBDDCCreateFETIDPOperators_BDDC()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2100 … 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 Dhtool.cxx1155 PetscCall(MatShellSetOperation(A, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Htool)); in MatCreate_Htool()
/petsc/include/
H A Dpetscmat.h1958 MATOP_DESTROY = 60, enumerator