Home
last modified time | relevance | path

Searched refs:MatShellSetContextDestroy_Immutable (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/normal/
H A Dnormmh.c331 …poseFunction((PetscObject)*N, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreateNormalHermitian()
H A Dnormm.c442 …poseFunction((PetscObject)*N, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreateNormal()
/petsc/src/mat/impls/mffd/
H A Dmffd.c625 …mposeFunction((PetscObject)A, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreate_MFFD()
/petsc/src/mat/impls/transpose/
H A Dtransm.c664 …poseFunction((PetscObject)*N, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreateTranspose()
H A Dhtransm.c661 …poseFunction((PetscObject)*N, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreateHermitianTranspose()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c908 …mposeFunction((PetscObject)A, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreate_Composite()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1179 …mposeFunction((PetscObject)A, "MatShellSetContextDestroy_C", MatShellSetContextDestroy_Immutable)); in MatCreate_Htool()
/petsc/include/petsc/private/
H A Dmatimpl.h241 PETSC_INTERN PetscErrorCode MatShellSetContextDestroy_Immutable(Mat, PetscCtxDestroyFn *);
/petsc/src/mat/impls/shell/
H A Dshell.c1544 PetscErrorCode MatShellSetContextDestroy_Immutable(Mat mat, PetscCtxDestroyFn *f) in MatShellSetContextDestroy_Immutable() function