Searched refs:PetscSectionArrayView (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 321 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 D | petscsection.h | 67 PETSC_EXTERN PetscErrorCode PetscSectionArrayView(PetscSection, void *, PetscDataType, PetscViewer);
|
| /petsc/doc/changes/ |
| H A D | 324.md | 73 - Add `PetscSectionArrayView()`
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1387 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 D | section.c | 2710 PetscErrorCode PetscSectionArrayView(PetscSection s, void *array, PetscDataType data_type, PetscVie… in PetscSectionArrayView() function
|