Home
last modified time | relevance | path

Searched refs:iscohesiveOld (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
624 PetscCall(PetscStrncmp(otype, "cohesive_old", 1024, &iscohesiveOld)); in DMCreateSectionPermutation_Plex()
628 …else if (iscohesiveOld) PetscCall(DMCreateSectionPermutation_Plex_Cohesive_Old(dm, perm, blockStar… in DMCreateSectionPermutation_Plex()