Searched refs:MatSetVecType (Results 1 – 18 of 18) sorted by relevance
| /petsc/src/mat/impls/h2opus/ |
| H A D | math2opussampler.hpp | 159 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 D | veccreatematdense.c | 68 PetscCall(MatSetVecType(*A, root_type)); in MatCreateDenseFromVecType()
|
| /petsc/src/mat/interface/ |
| H A D | matreg.c | 248 PetscErrorCode MatSetVecType(Mat mat, VecType vtype) in MatSetVecType() function
|
| H A D | matrix.c | 4953 PetscCall(MatSetVecType(B, vtype)); in MatDuplicate()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmimpl.c | 126 PetscCall(MatSetVecType(B, vtype)); in MatAllocate_LMVM() 127 if (lmvm->created_J0) PetscCall(MatSetVecType(lmvm->J0, vtype)); in MatAllocate_LMVM()
|
| H A D | lmvmutils.c | 70 PetscCall(MatSetVecType(*J0, vec_type)); in MatLMVMCreateJ0() 297 PetscCall(MatSetVecType(J0diag, vec_type)); in MatLMVMSetJ0Diag()
|
| /petsc/src/mat/impls/composite/ |
| H A D | mcomposite.c | 428 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 D | lrc.c | 262 PetscCall(MatSetVecType(N, U->defaultvectype)); in MatSetUp_LRC()
|
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 335 PetscCall(MatSetVecType(*N, vtype)); in MatCreateNormalHermitian()
|
| H A D | normm.c | 446 PetscCall(MatSetVecType(*N, vtype)); in MatCreateNormal()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | htransm.c | 632 PetscCall(MatSetVecType(*N, vtype)); in MatCreateHermitianTranspose()
|
| H A D | transm.c | 641 PetscCall(MatSetVecType(*N, vtype)); in MatCreateTranspose()
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 2456 PetscCall(MatSetVecType(B, VECHIP)); 2462 PetscCall(MatSetVecType(B, VECCUDA));
|
| /petsc/src/mat/impls/maij/ |
| H A D | maij.c | 1043 PetscCall(MatSetVecType(B, A->defaultvectype)); in MatCreateMAIJ()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 242 PetscErrorCode MatSetVecType(PetscMat, PetscVecType)
|
| H A D | Mat.pyx | 654 getVecType, petsc.MatSetVecType 659 CHKERR(MatSetVecType(self.mat, cval))
|
| /petsc/include/ |
| H A D | petscmat.h | 367 PETSC_EXTERN PetscErrorCode MatSetVecType(Mat, VecType);
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1404 PetscCall(MatSetVecType(A, vtype)); in MatNestSetSubMats_Nest()
|