Lines Matching refs:facegeom
1044 const PetscScalar *facegeom, *cellgeom = NULL, *grad; in DMPlexInsertBoundaryValuesRiemann() local
1058 PetscCall(VecGetArrayRead(faceGeometry, &facegeom)); in DMPlexInsertBoundaryValuesRiemann()
1089 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexInsertBoundaryValuesRiemann()
1129 PetscCall(VecRestoreArrayRead(faceGeometry, &facegeom)); in DMPlexInsertBoundaryValuesRiemann()
4096 const PetscScalar *facegeom, *cellgeom, *x, *lgrad; in DMPlexGetFaceFields() local
4132 PetscCall(VecGetArrayRead(faceGeometry, &facegeom)); in DMPlexGetFaceFields()
4154 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceFields()
4225 PetscCall(VecRestoreArrayRead(faceGeometry, &facegeom)); in DMPlexGetFaceFields()
4285 const PetscScalar *facegeom, *cellgeom; in DMPlexGetFaceGeometry() local
4297 PetscCall(VecGetArrayRead(faceGeometry, &facegeom)); in DMPlexGetFaceGeometry()
4314 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceGeometry()
4327 PetscCall(VecRestoreArrayRead(faceGeometry, &facegeom)); in DMPlexGetFaceGeometry()
4847 PetscErrorCode DMPlexGetGeometryFVM(DM dm, Vec *facegeom, Vec *cellgeom, PeOp PetscReal *minRadius) in DMPlexGetGeometryFVM() argument
4854 PetscCall(DMPlexGetDataFVM(plex, NULL, cellgeom, facegeom, NULL)); in DMPlexGetGeometryFVM()