Searched refs:sects (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 881 PetscSection *sects; in TestExpandPoints() local 894 PetscCall(DMPlexGetConeRecursive(dm, is, &depth, &iss, §s)); 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, §s)); in TestExpandPoints()
|