Lines Matching refs:dmCell
1043 DM dmFace, dmCell, dmGrad; in DMPlexInsertBoundaryValuesRiemann() local
1060 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexInsertBoundaryValuesRiemann()
1098 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cg)); in DMPlexInsertBoundaryValuesRiemann()
4092 DM dmFace, dmCell, dmGrad = NULL; in DMPlexGetFaceFields() local
4133 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexGetFaceFields()
4156 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cgL)); in DMPlexGetFaceFields()
4157 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cellgeom, &cgR)); in DMPlexGetFaceFields()
4283 DM dmFace, dmCell; in DMPlexGetFaceGeometry() local
4298 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexGetFaceGeometry()
4316 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cgL)); in DMPlexGetFaceGeometry()
4317 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cellgeom, &cgR)); in DMPlexGetFaceGeometry()