Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexreorder.c617 PetscBool iscohesive, iscohesiveOld, isreverse; in DMCreateSectionPermutation_Plex() local
625 PetscCall(PetscStrncmp(otype, "cohesive", 1024, &iscohesive)); in DMCreateSectionPermutation_Plex()
627 if (iscohesive) PetscCall(DMCreateSectionPermutation_Plex_Cohesive(dm, perm, blockStarts)); in DMCreateSectionPermutation_Plex()