Searched refs:edgeLen (Results 1 – 3 of 3) sorted by relevance
24 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()
121 PetscReal *edgeLen; /* Storage for edge length field */ member
3222 const PetscReal edgeLen = 2.0 / (1.0 + PETSC_PHI) * (R / radius); in DMPlexCreateSphereMesh_Internal() local3259 …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() local3567 …iffNormReal(embedDim, &coordsIn[i * embedDim], &coordsIn[j * embedDim]) - edgeLen) < PETSC_SMALL) { in DMPlexCreateSphereMesh_Internal()