Home
last modified time | relevance | path

Searched refs:VecGetType (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/vec/vec/tests/
H A Dex100cu.cu133 PetscCall(VecGetType(u, &vectype)); in main()
136 PetscCall(VecGetType(u, &vectype)); in main()
/petsc/src/mat/tutorials/
H A Dex19.c27 PetscCall(VecGetType(X, &vtype)); in main()
/petsc/src/vec/vec/interface/
H A Dvecreg.c68 PetscCall(VecGetType(vec, &curType)); in VecSetType()
184 PetscErrorCode VecGetType(Vec vec, VecType *type) in VecGetType() function
/petsc/src/tao/constrained/impls/almm/
H A Dalmmutils.c229 PetscCall(VecGetType(tao->constraints_equality, &Ytype)); in TaoALMMSetMultipliers_Private()
231 PetscCall(VecGetType(tao->constraints_inequality, &Ytype)); in TaoALMMSetMultipliers_Private()
H A Dalmm.c151 PetscCall(VecGetType(tao->solution, &vec_type)); in TaoSetUp_ALMM()
/petsc/src/tao/unconstrained/impls/lmvm/tests/
H A Dex1.c43 PetscCall(VecGetType(ctx.b, &vec_type)); in main()
/petsc/src/mat/utils/
H A Disltog.c35 PetscCall(VecGetType(v, &vtype)); in MatCreateFromISLocalToGlobalMapping()
/petsc/src/ksp/ksp/tests/
H A Dex87.c127 PetscCall(VecGetType(rhs, &type)); in main()
/petsc/src/mat/tests/
H A Dex69.c82 PetscCall(VecGetType(t, &vtype)); in main()
/petsc/src/snes/tutorials/
H A Dex7.c340 PetscCall(VecGetType(x, &vtype)); in ComputeFFT()
487 PetscCall(VecGetType(etaHat, &vtype)); in TestFreeField()
/petsc/src/tao/bound/utils/
H A Disutil.c50 PetscCall(VecGetType(vfull, &vtype)); in TaoVecGetSubVec()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c119 PetscCall(VecGetType(X, &vtype)); in MatAllocate_LMVM()
H A Dlmbasis.c22 PetscCall(VecGetType(v, &type)); in LMBasisCreate()
H A Dlmproducts.c28 PetscCall(VecGetType((*dots)->diagonal_local, &vec_type)); in LMProductsCreate()
H A Dlmvmutils.c296 PetscCall(VecGetType(V, &vec_type)); in MatLMVMSetJ0Diag()
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c603 PetscCall(VecGetType(diag, &type)); in MatCreateDiagonal()
/petsc/doc/changes/
H A D2024.md171 - Changed the calling sequence for `VecGetType()`; see the manual
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi54 PetscErrorCode VecGetType(PetscVec, PetscVecType*)
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4.h265 PetscCall(VecGetType(x, &vec_type)); in CreateVectors()
/petsc/include/
H A Dpetscvec.h407 PETSC_EXTERN PetscErrorCode VecGetType(Vec, VecType *);
/petsc/src/ksp/ksp/tutorials/
H A Dex73.c290 PetscCall(VecGetType(x, &vectype)); in PCTelescopeSetUp_dmda_scatters()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2274 PetscCall(VecGetType(coordsLocal, &vtype)); in DMPlexTransformSetCoordinates()
2350 PetscCall(VecGetType(coordsLocalCell, &vtype)); in DMPlexTransformSetCoordinates()
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c429 PetscCall(VecGetType(bx->v[i], &type)); in VecView_Nest()
/petsc/src/tao/constrained/impls/ipm/
H A Dipm.c372 PetscCall(VecGetType(tao->solution, &vtype)); in IPMInitializeBounds()
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1139 PetscCall(VecGetType(L, &vec_type)); in DMPeriodicCoordinateSetUp_Internal()

12