Home
last modified time | relevance | path

Searched refs:facePoints (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/adaptors/mmg/ !
H A Dmmgadapt.c257 PetscInt numCoveredPoints, numFaces = 0, facePoints[3]; in DMAdaptMetric_Mmg_Plex() local
260 for (j = 0; j < dim; ++j) facePoints[j] = facesNew[i * dim + j] + vStart; in DMAdaptMetric_Mmg_Plex()
261 PetscCall(DMPlexGetFullJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_Mmg_Plex()
270 PetscCall(DMPlexRestoreJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/ !
H A Dparmmgadapt.c422 PetscInt numCoveredPoints, numFaces = 0, facePoints[3]; in DMAdaptMetric_ParMmg_Plex() local
429 facePoints[j] = lv + vStart; in DMAdaptMetric_ParMmg_Plex()
431 PetscCall(DMPlexGetFullJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_ParMmg_Plex()
441 PetscCall(DMPlexRestoreJoin(*dmNew, dim, facePoints, &numCoveredPoints, &coveredPoints)); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/dm/dt/fe/interface/ !
H A Dfe.c813 PetscReal *facePoints, *faceWeights; in PetscFEExpandFaceQuadrature() local
824 PetscCall(PetscMalloc1(Nf * Np * dim, &facePoints)); in PetscFEExpandFaceQuadrature()
832 …CoordinatesRefToReal(dim, dim - 1, xi0, v0, J, &points[q * (dim - 1)], &facePoints[(f * Np + q) * … in PetscFEExpandFaceQuadrature()
841 PetscCall(PetscQuadratureSetData(*efq, dim, Nc, Nf * Np, facePoints, faceWeights)); in PetscFEExpandFaceQuadrature()
879 const PetscReal *facePoints; in PetscFEGetFaceTabulation() local
884 PetscCall(PetscQuadratureGetData(efq, NULL, NULL, &eNp, &facePoints, NULL)); in PetscFEGetFaceTabulation()
896 PetscCall(PetscFECreateTabulation(fem, eNp / Np, Np, facePoints, k, &fem->Tf)); in PetscFEGetFaceTabulation()
/petsc/src/dm/impls/plex/ !
H A Dplexegads.c3002 IS facePoints, edgePoints, nodePoints; in DMPlex_Surface_Grad() local
3035 PetscCall(DMLabelGetStratumIS(faceLabel, fid, &facePoints)); in DMPlex_Surface_Grad()
3036 PetscCall(ISGetIndices(facePoints, &fIndices)); in DMPlex_Surface_Grad()
3037 PetscCall(ISGetSize(facePoints, &fSize)); in DMPlex_Surface_Grad()
3056 PetscCall(ISRestoreIndices(facePoints, &fIndices)); in DMPlex_Surface_Grad()
3057 PetscCall(ISDestroy(&facePoints)); in DMPlex_Surface_Grad()
3959 IS facePoints, edgePoints, nodePoints; in DMPlexGeomDataAndGrads() local
3992 PetscCall(DMLabelGetStratumIS(faceLabel, fid, &facePoints)); in DMPlexGeomDataAndGrads()
3993 PetscCall(ISGetIndices(facePoints, &fIndices)); in DMPlexGeomDataAndGrads()
3994 PetscCall(ISGetSize(facePoints, &fSize)); in DMPlexGeomDataAndGrads()
[all …]