Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c881 PetscSection *sects; in TestExpandPoints() local
894 PetscCall(DMPlexGetConeRecursive(dm, is, &depth, &iss, &sects)); in TestExpandPoints()
902 PetscCall(PetscSectionView(sects[d], sviewer)); in TestExpandPoints()
906 PetscCall(DMPlexExpandedConesToFaces_Private(dm, iss[d], sects[d], &checkIS)); in TestExpandPoints()
913 PetscCall(DMPlexRestoreConeRecursive(dm, is, &depth, &iss, &sects)); in TestExpandPoints()