Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c221 PetscInt dim, p, pStart, pEnd, pRefStart, pRefEnd, d, offset, parentSize, *parents, *childIDs; in DMPlexCreateReferenceTree_Union() local
394 PetscCall(PetscSectionGetStorageSize(parentSection, &parentSize)); in DMPlexCreateReferenceTree_Union()
395 PetscCall(PetscMalloc2(parentSize, &parents, parentSize, &childIDs)); in DMPlexCreateReferenceTree_Union()