| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 150 DM dmFace; /* DMPLEX for face geometry */ in FormFunction() local 186 PetscCall(VecGetDM(faceGeom, &dmFace)); in FormFunction() 203 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[0], fgeom, &fgA)); in FormFunction() 206 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[2], fgeom, &fgA)); in FormFunction() 209 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[3], fgeom, &fgA)); in FormFunction() 212 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[1], fgeom, &fgA)); in FormFunction()
|
| H A D | ex11.c | 758 DM plex, dmMass, dmFace, dmCell, dmCoord; in CreateMassMatrix() local 788 PetscCall(VecGetDM(facegeom, &dmFace)); in CreateMassMatrix() 805 PetscCall(DMPlexPointLocalRead(dmFace, faces[f], fgeom, &fgA)); in CreateMassMatrix() 812 PetscCall(DMPlexPointLocalRead(dmFace, faces[g], fgeom, &fgB)); in CreateMassMatrix()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 58 DM dmFace, dmCell, dmGrad; in DMPlexReconstructGradients_Internal() local 76 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexReconstructGradients_Internal() 100 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexReconstructGradients_Internal()
|
| H A D | plexgeometry.c | 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 [all …]
|
| H A D | plexfem.c | 1043 DM dmFace, dmCell, dmGrad; in DMPlexInsertBoundaryValuesRiemann() local 1057 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexInsertBoundaryValuesRiemann() 1089 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexInsertBoundaryValuesRiemann() 4092 DM dmFace, dmCell, dmGrad = NULL; in DMPlexGetFaceFields() local 4131 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexGetFaceFields() 4154 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceFields() 4283 DM dmFace, dmCell; in DMPlexGetFaceGeometry() local 4296 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexGetFaceGeometry() 4314 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceGeometry()
|
| H A D | plex.c | 10077 DM dmFace, dmCell; in DMPlexComputeOrthogonalQuality() local 10124 PetscCall(VecGetDM(facegeom, &dmFace)); in DMPlexComputeOrthogonalQuality() 10156 PetscCall(DMPlexPointLocalRead(dmFace, covpts[0], faceGeomArr, &fg)); in DMPlexComputeOrthogonalQuality()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 2108 …etscFVLeastSquaresDebugCell_Static(PetscFV fvm, PetscInt cell, DM dm, DM dmFace, PetscScalar *fgeo… 2123 PetscCall(DMPlexPointLocalRead(dmFace, faces[f], fgeom, &fg));
|