Searched refs:hidx (Results 1 – 1 of 1) sorted by relevance
1307 const PetscInt hidx = offset + d; in DMPlexInterpolatePointSF() local1308 const PetscInt Np = candidatesRemote[hidx].index + 1; in DMPlexInterpolatePointSF()1309 const PetscSFNode rface = candidatesRemote[hidx + 1]; in DMPlexInterpolatePointSF()1310 const PetscSFNode *fcone = &candidatesRemote[hidx + 2]; in DMPlexInterpolatePointSF()1378 const PetscInt hidx = offset + d; in DMPlexInterpolatePointSF() local1379 const PetscInt Np = candidatesRemote[hidx].index + 1; in DMPlexInterpolatePointSF()1380 const PetscSFNode *fcone = &candidatesRemote[hidx + 2]; in DMPlexInterpolatePointSF()1403 PetscCall(PetscHMapIJKLRemoteIterGet(faceTable, iter, &candidatesRemote[hidx])); in DMPlexInterpolatePointSF()