Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexreorder.c495 PetscInt qsuppSize; in DMCreateSectionPermutation_Plex_Cohesive_Old() local
498 PetscCall(DMPlexGetSupportSize(dm, q, &qsuppSize)); in DMCreateSectionPermutation_Plex_Cohesive_Old()
499 for (PetscInt qs = 0; qs < qsuppSize; ++qs) { in DMCreateSectionPermutation_Plex_Cohesive_Old()
512 qs = qsuppSize; in DMCreateSectionPermutation_Plex_Cohesive_Old()