Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c2892 PetscSection sectionGlobal, sectionLocal; in DMCreateMatrix_Plex() local
2902 PetscCall(DMGetLocalSection(dm, &sectionLocal)); 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()