Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexreorder.c650 PetscCall(PetscFree(dm->reorderSectionType)); in DMReorderSectionSetType_Plex()
651 PetscCall(PetscStrallocpy(reorder, (char **)&dm->reorderSectionType)); in DMReorderSectionSetType_Plex()
658 *reorder = dm->reorderSectionType; in DMReorderSectionGetType_Plex()
/petsc/include/petsc/private/
H A Ddmimpl.h279 MatOrderingType reorderSectionType; /* The type of reordering */ member
/petsc/src/dm/interface/
H A Ddm.c740 PetscCall(PetscFree((*dm)->reorderSectionType)); in DMDestroy()