Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexreorder.c494 const PetscInt *qsupp, *qcone; in DMCreateSectionPermutation_Plex_Cohesive_Old() local
497 PetscCall(DMPlexGetSupport(dm, q, &qsupp)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
502 PetscCall(DMPlexGetCellType(dm, qsupp[qs], &qsct)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
508 PetscCall(DMPlexGetCone(dm, qsupp[qs], &qcone)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
510 if (!PetscBTLookupSet(bt, qsupp[qs])) { in DMCreateSectionPermutation_Plex_Cohesive_Old()
511 perm[i++] = qsupp[qs]; in DMCreateSectionPermutation_Plex_Cohesive_Old()