Lines Matching refs:fg
1084 PetscFVFaceGeom *fg; in DMPlexInsertBoundaryValuesRiemann() local
1089 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexInsertBoundaryValuesRiemann()
1102 DMPlex_WaxpyD_Internal(dim, -1, cg->centroid, fg->centroid, dx); in DMPlexInsertBoundaryValuesRiemann()
1104 PetscCall((*func)(time, fg->centroid, fg->normal, fx, xG, ctx)); in DMPlexInsertBoundaryValuesRiemann()
1111 ierru = (*func)(time, fg->centroid, fg->normal, xI, xG, ctx); in DMPlexInsertBoundaryValuesRiemann()
4144 PetscFVFaceGeom *fg; in DMPlexGetFaceFields() local
4154 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceFields()
4207 DMPlex_WaxpyD_Internal(dim, -1, cgL->centroid, fg->centroid, dxL); in DMPlexGetFaceFields()
4208 DMPlex_WaxpyD_Internal(dim, -1, cgR->centroid, fg->centroid, dxR); in DMPlexGetFaceFields()
4304 PetscFVFaceGeom *fg; in DMPlexGetFaceGeometry() local
4314 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceGeometry()
4319 fgeoml[iface].centroid[d] = fg->centroid[d]; in DMPlexGetFaceGeometry()
4320 fgeoml[iface].normal[d] = fg->normal[d]; in DMPlexGetFaceGeometry()