Searched refs:sectionLocal (Results 1 – 1 of 1) sorted by relevance
2892 PetscSection sectionGlobal, sectionLocal; in DMCreateMatrix_Plex() local2902 PetscCall(DMGetLocalSection(dm, §ionLocal)); in DMCreateMatrix_Plex()2934 PetscCall(PetscSectionGetBlockStarts(sectionLocal, &blst)); in DMCreateMatrix_Plex()2935 if (sectionLocal->perm) PetscCall(ISGetIndices(sectionLocal->perm, &perm)); in DMCreateMatrix_Plex()2995 if (sectionLocal->perm) PetscCall(ISRestoreIndices(sectionLocal->perm, &perm)); in DMCreateMatrix_Plex()