Searched refs:vend (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex5.c | 10 PetscInt i, j, m = 8, n, rstart, rend, vstart, vend; in main() local 42 PetscCall(VecGetOwnershipRange(y, &vstart, &vend)); in main() 56 for (i = vstart; i < vend; i++) { in main() 122 for (i = vstart; i < vend; i++) { in main()
|
| H A D | bench_spmv.c | 131 PetscLogDouble vstart = 0, vend = 0; in TimedSpMV() local 158 PetscCall(PetscTime(&vend)); in TimedSpMV() 159 *time += (PetscReal)(vend - vstart); in TimedSpMV()
|
| /petsc/include/petsc/private/ |
| H A D | dmmbimpl.h | 49 PetscInt vstart, vend; /* Global start and end index for distributed Vec */ member
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 1013 PetscInt xend[3], vend[3]; in DMSwarmRemap_Colella_Internal() local 1056 vend[0] = vcEnd - vcStart; in DMSwarmRemap_Colella_Internal() 1057 vend[1] = 1; in DMSwarmRemap_Colella_Internal() 1059 …, (double)PetscRealPart(hv[0]), (double)PetscRealPart(hv[1]), xend[0], xend[1], vend[0], vend[1])); in DMSwarmRemap_Colella_Internal() 1104 for (PetscInt vi = PetscMax(vs[0] - 1, 0); vi < PetscMin(vs[0] + 3, vend[0]); ++vi) { in DMSwarmRemap_Colella_Internal() 1106 for (PetscInt vj = PetscMax(vs[1] - 1, 0); vj < PetscMin(vs[1] + 3, vend[1]); ++vj) { in DMSwarmRemap_Colella_Internal() 1108 const PetscInt rv = vi * vend[1] + vj; in DMSwarmRemap_Colella_Internal() 1116 …PetscCheck(rNpc == vend[0] * vend[1], PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid particle velocity … in DMSwarmRemap_Colella_Internal()
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 3069 PetscInt i, p, estart, eend, vstart, vend, nidx, *idx; in DMNetworkCreateIS() local 3082 PetscCall(DMNetworkGetVertexRange(dm, &vstart, &vend)); in DMNetworkCreateIS() 3087 for (p = vstart; p < vend; p++) { in DMNetworkCreateIS() 3097 for (p = vstart; p < vend; p++) { in DMNetworkCreateIS()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 1132 PetscCall(VecGetOwnershipRange(global, &dmmoab->vstart, &dmmoab->vend)); in DMSetUp_Moab()
|