Lines Matching refs:DMPlexPointLocalRead
342 PetscCall(DMPlexPointLocalRead(cdm, cone[0], coords, &xa));
343 PetscCall(DMPlexPointLocalRead(cdm, cone[1], coords, &xb));
346 PetscCall(DMPlexPointLocalRead(dm, cone[0], sol[i], &svals));
352 PetscCall(DMPlexPointLocalRead(dm, e, sol[i], &svals));
357 PetscCall(DMPlexPointLocalRead(dm, cone[1], sol[i], &svals));
370 PetscCall(DMPlexPointLocalRead(cdm, cone[0], coords, &xa));
371 PetscCall(DMPlexPointLocalRead(cdm, cone[1], coords, &xb));
373 PetscCall(DMPlexPointLocalRead(dm, e, sol[i], &svals));
384 PetscCall(DMPlexPointLocalRead(cdm, v, coords, &x));
386 PetscCall(DMPlexPointLocalRead(dm, v, sol[i], &svals));
496 PetscCall(DMPlexPointLocalRead(fdm, c, array, &a));
10136 PetscCall(DMPlexPointLocalRead(dmCell, cell, cellGeomArr, &cg));
10149 PetscCall(DMPlexPointLocalRead(dmCell, neigh, cellGeomArr, &cgneigh));
10156 PetscCall(DMPlexPointLocalRead(dmFace, covpts[0], faceGeomArr, &fg));