Home
last modified time | relevance | path

Searched refs:VecGetOwnershipRanges (Results 1 – 14 of 14) sorted by relevance

/petsc/src/vec/vec/interface/ftn-custom/
H A Dzvectorf.c18 *ierr = VecGetOwnershipRanges(*v, (const PetscInt **)&fa); in vecgetownershipranges_()
/petsc/src/snes/interface/
H A Dsnesj.c136 PetscCall(VecGetOwnershipRanges(x1, &ranges)); in SNESComputeJacobianDefault()
/petsc/src/vec/vec/tutorials/
H A Dex1f90.F90174 PetscCallA(VecGetOwnershipRanges(x, ranges, ierr))
/petsc/src/vec/is/sf/tests/
H A Dex15.c40 PetscCall(VecGetOwnershipRanges(x, &ranges)); in main()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmmsbaij.c131 PetscCall(VecGetOwnershipRanges(sbaij->slvec0, &sowners)); in MatSetUpMultiply_MPISBAIJ()
/petsc/src/dm/impls/patch/
H A Dpatch.c98 PetscCall(VecGetOwnershipRanges(X, &ranges)); in DMPatchZoom()
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c682 PetscCall(VecGetOwnershipRanges(user->q, &ranges)); in EllipticInitialize()
683 PetscCall(VecGetOwnershipRanges(user->u, &subranges)); in EllipticInitialize()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi63 PetscErrorCode VecGetOwnershipRanges(PetscVec, const PetscInt*[])
H A DVec.pyx1193 getOwnershipRange, petsc.VecGetOwnershipRanges
1197 CHKERR(VecGetOwnershipRanges(self.vec, &rng))
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c300 PetscCall(VecGetOwnershipRanges(ksp->vec_sol, &range)); in PCMPISetMat()
/petsc/include/
H A Dpetscvec.h464 PETSC_EXTERN PetscErrorCode VecGetOwnershipRanges(Vec, const PetscInt *[]);
/petsc/src/vec/vec/interface/
H A Dvector.c1001 PetscErrorCode VecGetOwnershipRanges(Vec x, const PetscInt *ranges[]) in VecGetOwnershipRanges() function
/petsc/src/dm/impls/composite/
H A Dpack.c908 PetscCall(VecGetOwnershipRanges(global, &suboff)); in DMCompositeGetISLocalToGlobalMappings()
/petsc/doc/manual/
H A Dvec.md470 VecGetOwnershipRanges(Vec vec, PetscInt range[]);