Home
last modified time | relevance | path

Searched refs:edgeLen (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c24 if (sbr->edgeLen[off] <= 0.0) { in SBRGetEdgeLen_Private()
41 sbr->edgeLen[off] = DMPlex_DistD_Internal(cdim, cA, cB); in SBRGetEdgeLen_Private()
44 *len = sbr->edgeLen[off]; in SBRGetEdgeLen_Private()
164 PetscCall(PetscCalloc1(edgeLenSize, &sbr->edgeLen)); in DMPlexTransformSetUp_SBR()
609 PetscCall(PetscFree(sbr->edgeLen)); in DMPlexTransformDestroy_SBR()
/petsc/include/petsc/private/
H A Ddmplextransformimpl.h121 PetscReal *edgeLen; /* Storage for edge length field */ member
/petsc/src/dm/impls/plex/
H A Dplexcreate.c3222 const PetscReal edgeLen = 2.0 / (1.0 + PETSC_PHI) * (R / radius); in DMPlexCreateSphereMesh_Internal() local
3259 …iffNormReal(embedDim, &coordsIn[i * embedDim], &coordsIn[j * embedDim]) - edgeLen) < PETSC_SMALL) { in DMPlexCreateSphereMesh_Internal()
3479 const PetscReal edgeLen = 1.0 / PETSC_PHI; in DMPlexCreateSphereMesh_Internal() local
3567 …iffNormReal(embedDim, &coordsIn[i * embedDim], &coordsIn[j * embedDim]) - edgeLen) < PETSC_SMALL) { in DMPlexCreateSphereMesh_Internal()