Searched refs:PetscSegBufferGetInts (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 229 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in DMPlexCreatePartitionerGraph_Native() 239 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in DMPlexCreatePartitionerGraph_Native() 253 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in DMPlexCreatePartitionerGraph_Native() 285 PetscCall(PetscSegBufferGetInts(adjBuffer, numEdges, &edges)); in DMPlexCreatePartitionerGraph_Native()
|
| H A D | plexpreallocate.c | 285 PetscCall(PetscSegBufferGetInts(seg_roots, 1, &slot)); in DMPlexCreateAdjacencySection_Static() 287 PetscCall(PetscSegBufferGetInts(seg_leaves, 1, &slot)); in DMPlexCreateAdjacencySection_Static()
|
| H A D | plexsfc.c | 1125 PetscCall(PetscSegBufferGetInts(seg, 1, &slot)); in DMPeriodicCoordinateSetUp_Internal()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matmatmult.c | 1140 PetscCall(PetscSegBufferGetInts(segrow, 1, &slot)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() 1151 PetscCall(PetscSegBufferGetInts(segrow, 1, &slot)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() 1157 PetscCall(PetscSegBufferGetInts(seg, packlen, &crow)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 852 PetscCall(PetscSegBufferGetInts(conn_sb, numCorners, &conn_sb_seg)); in DMPlexCGNS_CreateCornersConnectivitySection() 878 PetscCall(PetscSegBufferGetInts(conn_sb, numCorners * myowned, &conn_sb_seg)); in DMPlexCGNS_CreateCornersConnectivitySection() 2328 PetscCall(PetscSegBufferGetInts(fs_pntsSB, 1, &fs_pnts_buffer)); in DMView_PlexCGNS()
|
| /petsc/include/ |
| H A D | petscsys.h | 2654 static inline PetscErrorCode PetscSegBufferGetInts(PetscSegBuffer seg, PetscCount count, PetscInt *… in PetscSegBufferGetInts() function
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 2454 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in PCBDDCDetectDisconnectedComponents()
|