Home
last modified time | relevance | path

Searched refs:MatShellSetVecType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dex69.c123 PetscCall(MatShellSetVecType(S, vtype)); in main()
/petsc/src/ksp/pc/impls/h2opus/
H A Dpch2opus.c195 PetscCall(MatShellSetVecType(AAt, vtype)); in PCH2OpusSetUpInit()
514 PetscCall(MatShellSetVecType(pch2opus->S, VECCUDA)); in PCH2OpusSetUpSampler_Private()
557 PetscCall(MatShellSetVecType(pch2opus->T, VECCUDA)); in PCSetUp_H2OPUS()
/petsc/src/mat/impls/shell/
H A Dshell.c1955 PetscErrorCode MatShellSetVecType(Mat mat, VecType vtype) in MatShellSetVecType() function
/petsc/include/
H A Dpetscmat.h2056 PETSC_EXTERN PetscErrorCode MatShellSetVecType(Mat, VecType);