Searched refs:hoSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 453 PetscSection coordSection, coordSectionCell, parentSection, hoSection = NULL; in DMPlexView_GLVis_ASCII() local 518 PetscCall(DMGetLocalSection(hocdm, &hoSection)); in DMPlexView_GLVis_ASCII() 519 PetscCall(PetscSectionSetClosurePermutation(hoSection, (PetscObject)hocdm, depth, perm)); in DMPlexView_GLVis_ASCII() 1131 if (hoSection) { in DMPlexView_GLVis_ASCII() 1140 PetscCall(DMPlexVecGetClosure(cdm, hoSection, hovec, p, &csize, &vals)); in DMPlexView_GLVis_ASCII() 1146 PetscCall(DMPlexVecRestoreClosure(cdm, hoSection, hovec, p, &csize, &vals)); in DMPlexView_GLVis_ASCII()
|