Lines Matching refs:fgeom
2976 PetscScalar *fgeom, *cgeom; in DMPlexComputeGeometryFVM() local
3016 PetscCall(VecGetArray(*facegeom, &fgeom)); in DMPlexComputeGeometryFVM()
3031 PetscCall(DMPlexPointLocalRef(dmFace, f, fgeom, &fg)); in DMPlexComputeGeometryFVM()
3083 PetscCall(DMPlexPointLocalRef(dmFace, cone[0], fgeom, &fg)); in DMPlexComputeGeometryFVM()
3100 PetscCall(VecRestoreArray(*facegeom, &fgeom)); in DMPlexComputeGeometryFVM()
3203 …adientReconstruction_Internal(DM dm, PetscFV fvm, DM dmFace, PetscScalar *fgeom, DM dmCell, PetscS… in BuildGradientReconstruction_Internal() argument
3245 PetscCall(DMPlexPointLocalRef(dmFace, faces[f], fgeom, &fg)); in BuildGradientReconstruction_Internal()
3264 …tReconstruction_Internal_Tree(DM dm, PetscFV fvm, DM dmFace, PetscScalar *fgeom, DM dmCell, PetscS… in BuildGradientReconstruction_Internal_Tree() argument
3359 PetscCall(DMPlexPointLocalRef(dmFace, nface, fgeom, &fg)); in BuildGradientReconstruction_Internal_Tree()
3399 PetscScalar *fgeom, *cgeom; in DMPlexComputeGradientFVM() local
3411 PetscCall(VecGetArray(faceGeometry, &fgeom)); in DMPlexComputeGradientFVM()
3415 PetscCall(BuildGradientReconstruction_Internal(dm, fvm, dmFace, fgeom, dmCell, cgeom)); in DMPlexComputeGradientFVM()
3417 PetscCall(BuildGradientReconstruction_Internal_Tree(dm, fvm, dmFace, fgeom, dmCell, cgeom)); in DMPlexComputeGradientFVM()
3419 PetscCall(VecRestoreArray(faceGeometry, &fgeom)); in DMPlexComputeGradientFVM()