Searched refs:vOff (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 7054 int dim = 1, Nv, Nc, vOff; in DMPlexCreateShapefile() local 7139 vOff = partOffsets[rnpart - 1]; in DMPlexCreateShapefile() 7140 Nv = rnp - vOff; in DMPlexCreateShapefile() 7150 Nc = Nv = vOff = 0; in DMPlexCreateShapefile() 7188 coords[v * cdim + 0] = points[(v + vOff) * cdim + 0] - mbr[0]; in DMPlexCreateShapefile() 7189 coords[v * cdim + 1] = points[(v + vOff) * cdim + 1] - mbr[1]; in DMPlexCreateShapefile()
|
| H A D | plextree.c | 347 PetscInt vStart, vEnd, vRefStart, vRefEnd, v, vDof, vOff; in DMPlexCreateReferenceTree_Union() local 363 PetscCall(PetscSectionGetOffset(unionSection, v - pStart, &vOff)); in DMPlexCreateReferenceTree_Union() 371 PetscCall(PetscSectionGetOffset(unionSection, v - pRefStart + (pEnd - pStart), &vOff)); in DMPlexCreateReferenceTree_Union()
|