Searched refs:vNew (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexrefine.c | 95 PetscInt vNew = -1; /* quiet overzealous may be used uninitialized check */ in DMPlexCreateCoarsePointIS() local 97 PetscCall(DMPlexTransformGetTargetPoint(tr, DM_POLYTOPE_POINT, DM_POLYTOPE_POINT, p, 0, &vNew)); in DMPlexCreateCoarsePointIS() 98 fpoints[v - pStart] = vNew; in DMPlexCreateCoarsePointIS()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2319 PetscInt vNew, off; in DMPlexTransformSetCoordinates() local 2321 PetscCall(DMPlexTransformGetTargetPoint(tr, ct, rct[n], p, r, &vNew)); in DMPlexTransformSetCoordinates() 2322 PetscCall(PetscSectionGetOffset(coordSectionNew, vNew, &off)); in DMPlexTransformSetCoordinates()
|