Searched refs:VecGetOwnershipRanges (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/vec/vec/interface/ftn-custom/ |
| H A D | zvectorf.c | 18 *ierr = VecGetOwnershipRanges(*v, (const PetscInt **)&fa); in vecgetownershipranges_()
|
| /petsc/src/snes/interface/ |
| H A D | snesj.c | 136 PetscCall(VecGetOwnershipRanges(x1, &ranges)); in SNESComputeJacobianDefault()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex1f90.F90 | 174 PetscCallA(VecGetOwnershipRanges(x, ranges, ierr))
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex15.c | 40 PetscCall(VecGetOwnershipRanges(x, &ranges)); in main()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mmsbaij.c | 131 PetscCall(VecGetOwnershipRanges(sbaij->slvec0, &sowners)); in MatSetUpMultiply_MPISBAIJ()
|
| /petsc/src/dm/impls/patch/ |
| H A D | patch.c | 98 PetscCall(VecGetOwnershipRanges(X, &ranges)); in DMPatchZoom()
|
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | elliptic.c | 682 PetscCall(VecGetOwnershipRanges(user->q, &ranges)); in EllipticInitialize() 683 PetscCall(VecGetOwnershipRanges(user->u, &subranges)); in EllipticInitialize()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 63 PetscErrorCode VecGetOwnershipRanges(PetscVec, const PetscInt*[])
|
| H A D | Vec.pyx | 1193 getOwnershipRange, petsc.VecGetOwnershipRanges 1197 CHKERR(VecGetOwnershipRanges(self.vec, &rng))
|
| /petsc/src/ksp/pc/impls/mpi/ |
| H A D | pcmpi.c | 300 PetscCall(VecGetOwnershipRanges(ksp->vec_sol, &range)); in PCMPISetMat()
|
| /petsc/include/ |
| H A D | petscvec.h | 464 PETSC_EXTERN PetscErrorCode VecGetOwnershipRanges(Vec, const PetscInt *[]);
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1001 PetscErrorCode VecGetOwnershipRanges(Vec x, const PetscInt *ranges[]) in VecGetOwnershipRanges() function
|
| /petsc/src/dm/impls/composite/ |
| H A D | pack.c | 908 PetscCall(VecGetOwnershipRanges(global, &suboff)); in DMCompositeGetISLocalToGlobalMappings()
|
| /petsc/doc/manual/ |
| H A D | vec.md | 470 VecGetOwnershipRanges(Vec vec, PetscInt range[]);
|