Lines Matching refs:dmFace
2971 DM dmFace, dmCell; in DMPlexComputeGeometryFVM() local
3007 PetscCall(DMClone(dm, &dmFace)); in DMPlexComputeGeometryFVM()
3013 PetscCall(DMSetLocalSection(dmFace, sectionFace)); in DMPlexComputeGeometryFVM()
3015 PetscCall(DMCreateLocalVector(dmFace, facegeom)); in DMPlexComputeGeometryFVM()
3031 PetscCall(DMPlexPointLocalRef(dmFace, f, fgeom, &fg)); in DMPlexComputeGeometryFVM()
3083 PetscCall(DMPlexPointLocalRef(dmFace, cone[0], fgeom, &fg)); in DMPlexComputeGeometryFVM()
3103 PetscCall(DMDestroy(&dmFace)); in DMPlexComputeGeometryFVM()
3203 static PetscErrorCode BuildGradientReconstruction_Internal(DM dm, PetscFV fvm, DM dmFace, PetscScal… in BuildGradientReconstruction_Internal() argument
3245 PetscCall(DMPlexPointLocalRef(dmFace, faces[f], fgeom, &fg)); in BuildGradientReconstruction_Internal()
3264 static PetscErrorCode BuildGradientReconstruction_Internal_Tree(DM dm, PetscFV fvm, DM dmFace, Pets… in BuildGradientReconstruction_Internal_Tree() argument
3359 PetscCall(DMPlexPointLocalRef(dmFace, nface, fgeom, &fg)); in BuildGradientReconstruction_Internal_Tree()
3398 DM dmFace, dmCell; in DMPlexComputeGradientFVM() local
3409 PetscCall(VecGetDM(faceGeometry, &dmFace)); 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()