Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c15 static PetscErrorCode SBRGetEdgeLen_Private(DMPlexTransform tr, PetscInt edge, PetscReal *len) in SBRGetEdgeLen_Private() function
76 PetscCall(SBRGetEdgeLen_Private(tr, cone[0], &maxlen)); in SBRSplitLocalEdges_Private()
79 PetscCall(SBRGetEdgeLen_Private(tr, cone[c], &len)); in SBRSplitLocalEdges_Private()
251 PetscCall(SBRGetEdgeLen_Private(tr, cone[i], &lens[i])); in DMPlexTransformSetUp_SBR()