Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexglvis.c1059 const PetscInt *hvsupp, *hesupp, *cone; in DMPlexView_GLVis_ASCII() local
1065 PetscCall(DMPlexGetSupport(dm, hv, &hvsupp)); in DMPlexView_GLVis_ASCII()
1068 PetscCall(DMPlexGetTreeParent(dm, hvsupp[i], &ep, NULL)); in DMPlexView_GLVis_ASCII()
1069 if (ep != hvsupp[i]) { in DMPlexView_GLVis_ASCII()
1070 he = hvsupp[i]; in DMPlexView_GLVis_ASCII()
1088 if (hvsupp[k] == cone[j]) { in DMPlexView_GLVis_ASCII()
1097 PetscCall(DMPlexGetCone(dm, hvsupp[i], &cone)); in DMPlexView_GLVis_ASCII()