Lines Matching refs:nV
151 const PetscInt nV = nVx * nVy * nVz; in DMDAGetNumVertices() local
168 *numVertices = nV; in DMDAGetNumVertices()
237 PetscInt nC, nV, nXF, nYF, nZF; in DMDAGetHeightStratum() local
243 PetscCall(DMDAGetNumVertices(dm, NULL, NULL, NULL, &nV)); in DMDAGetHeightStratum()
251 if (pStart) *pStart = nC + nV; in DMDAGetHeightStratum()
252 if (pEnd) *pEnd = nC + nV + nXF + nYF + nZF; in DMDAGetHeightStratum()
256 if (pEnd) *pEnd = nC + nV; in DMDAGetHeightStratum()
260 if (pEnd) *pEnd = nC + nV + nXF + nYF + nZF; in DMDAGetHeightStratum()
289 PetscInt nC, nV, nXF, nYF, nZF; in DMDAGetDepthStratum() local
295 PetscCall(DMDAGetNumVertices(dm, NULL, NULL, NULL, &nV)); in DMDAGetDepthStratum()
303 if (pStart) *pStart = nC + nV; in DMDAGetDepthStratum()
304 if (pEnd) *pEnd = nC + nV + nXF + nYF + nZF; in DMDAGetDepthStratum()
308 if (pEnd) *pEnd = nC + nV; in DMDAGetDepthStratum()
312 if (pEnd) *pEnd = nC + nV + nXF + nYF + nZF; in DMDAGetDepthStratum()
342 PetscInt dim, size, M, N, P, nVx, nVy, nVz, nV, vStart, vEnd, v, i, j, k; in DMDASetVertexCoordinates() local
352 PetscCall(DMDAGetNumVertices(dm, &nVx, &nVy, &nVz, &nV)); in DMDASetVertexCoordinates()