Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c321 PetscCall(PetscSectionArrayView(myRankPairSection, myRankPairLeaves, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
468 PetscCall(PetscSectionArrayView(leafSectionAdj, adj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
497 PetscCall(PetscSectionArrayView(rootSectionAdj, rootAdj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
539 PetscCall(PetscSectionArrayView(rootSectionAdj, rootAdj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
563 PetscCall(PetscSectionArrayView(rootSectionAdj, rootAdj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
693 PetscCall(PetscSectionArrayView(sectionAdj, cols, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
/petsc/include/
H A Dpetscsection.h67 PETSC_EXTERN PetscErrorCode PetscSectionArrayView(PetscSection, void *, PetscDataType, PetscViewer);
/petsc/doc/changes/
H A D324.md73 - Add `PetscSectionArrayView()`
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1387 PetscCall(PetscSectionArrayView(connDistSection, connDist, PETSC_INT, NULL)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1391 PetscCall(PetscSectionArrayView(conesSection, cones, PETSC_INT, NULL)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1825 if (view_connectivity) PetscCall(PetscSectionArrayView(connSection, conn, PETSC_INT, NULL)); in DMPlexCreateCGNS_Internal_Parallel()
/petsc/src/vec/is/section/interface/
H A Dsection.c2710 PetscErrorCode PetscSectionArrayView(PetscSection s, void *array, PetscDataType data_type, PetscVie… in PetscSectionArrayView() function