Home
last modified time | relevance | path

Searched refs:MatSetVecType (Results 1 – 18 of 18) sorted by relevance

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp159 PetscCallVoid(MatSetVecType(X, vtype)); in sample()
160 PetscCallVoid(MatSetVecType(Y, vtype)); in sample()
166 PetscCallVoid(MatSetVecType(X, vtype)); in sample()
167 PetscCallVoid(MatSetVecType(Y, vtype)); in sample()
/petsc/src/mat/utils/
H A Dveccreatematdense.c68 PetscCall(MatSetVecType(*A, root_type)); in MatCreateDenseFromVecType()
/petsc/src/mat/interface/
H A Dmatreg.c248 PetscErrorCode MatSetVecType(Mat mat, VecType vtype) in MatSetVecType() function
H A Dmatrix.c4953 PetscCall(MatSetVecType(B, vtype)); in MatDuplicate()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c126 PetscCall(MatSetVecType(B, vtype)); in MatAllocate_LMVM()
127 if (lmvm->created_J0) PetscCall(MatSetVecType(lmvm->J0, vtype)); in MatAllocate_LMVM()
H A Dlmvmutils.c70 PetscCall(MatSetVecType(*J0, vec_type)); in MatLMVMCreateJ0()
297 PetscCall(MatSetVecType(J0diag, vec_type)); in MatLMVMSetJ0Diag()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c428 if (shell->nmat == 1) PetscCall(MatSetVecType(mat, vtype_smat)); in MatCompositeAddMat_Composite()
432 if (!match) PetscCall(MatSetVecType(mat, VECSTANDARD)); in MatCompositeAddMat_Composite()
/petsc/src/mat/impls/lrc/
H A Dlrc.c262 PetscCall(MatSetVecType(N, U->defaultvectype)); in MatSetUp_LRC()
/petsc/src/mat/impls/normal/
H A Dnormmh.c335 PetscCall(MatSetVecType(*N, vtype)); in MatCreateNormalHermitian()
H A Dnormm.c446 PetscCall(MatSetVecType(*N, vtype)); in MatCreateNormal()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c632 PetscCall(MatSetVecType(*N, vtype)); in MatCreateHermitianTranspose()
H A Dtransm.c641 PetscCall(MatSetVecType(*N, vtype)); in MatCreateTranspose()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2456 PetscCall(MatSetVecType(B, VECHIP));
2462 PetscCall(MatSetVecType(B, VECCUDA));
/petsc/src/mat/impls/maij/
H A Dmaij.c1043 PetscCall(MatSetVecType(B, A->defaultvectype)); in MatCreateMAIJ()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi242 PetscErrorCode MatSetVecType(PetscMat, PetscVecType)
H A DMat.pyx654 getVecType, petsc.MatSetVecType
659 CHKERR(MatSetVecType(self.mat, cval))
/petsc/include/
H A Dpetscmat.h367 PETSC_EXTERN PetscErrorCode MatSetVecType(Mat, VecType);
/petsc/src/mat/impls/nest/
H A Dmatnest.c1404 PetscCall(MatSetVecType(A, vtype)); in MatNestSetSubMats_Nest()