Searched refs:edgeLenSize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 150 PetscInt pStart, pEnd, p, eStart, eEnd, e, edgeLenSize, Nc, c; in DMPlexTransformSetUp_SBR() local 163 PetscCall(PetscSectionGetStorageSize(sbr->secEdgeLen, &edgeLenSize)); in DMPlexTransformSetUp_SBR() 164 PetscCall(PetscCalloc1(edgeLenSize, &sbr->edgeLen)); in DMPlexTransformSetUp_SBR()
|