Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dmpits.c124 PetscCall(PetscSegBufferExtractAlloc(segrank, fromranks)); in PetscCommBuildTwoSided_Ibarrier()
126 PetscCall(PetscSegBufferExtractAlloc(segdata, fromdata)); in PetscCommBuildTwoSided_Ibarrier()
394 PetscCall(PetscSegBufferExtractAlloc(segrank, fromranks)); in PetscCommBuildTwoSidedFReq_Ibarrier()
396 PetscCall(PetscSegBufferExtractAlloc(segdata, fromdata)); in PetscCommBuildTwoSidedFReq_Ibarrier()
399 PetscCall(PetscSegBufferExtractAlloc(segreq, fromreqs)); in PetscCommBuildTwoSidedFReq_Ibarrier()
H A Dsegbuffer.c188 PetscErrorCode PetscSegBufferExtractAlloc(PetscSegBuffer seg, void *contiguous) in PetscSegBufferExtractAlloc() function
/petsc/src/vec/is/utils/
H A Dkdtree.c298 PetscCall(PetscSegBufferExtractAlloc(kd_build->stems, &tree->stems)); in PetscKDTreeCreate()
299 PetscCall(PetscSegBufferExtractAlloc(kd_build->leaves, &tree->leaves)); in PetscKDTreeCreate()
300 PetscCall(PetscSegBufferExtractAlloc(kd_build->bucket_indices, &tree->bucket_indices)); in PetscKDTreeCreate()
303 PetscCall(PetscSegBufferExtractAlloc(kd_build->bucket_coords, &tree->coords_owned)); in PetscKDTreeCreate()
/petsc/src/sys/tests/
H A Dex8.c126 PetscCall(PetscSegBufferExtractAlloc(fctx.seg, &fromdata)); in main()
/petsc/src/sys/objects/
H A Doptionsyaml.c136 PetscCall(PetscSegBufferExtractAlloc(seg, &strlist)); in PetscParseLayerYAML()
H A Dpinit.c1493 PetscCall(PetscSegBufferExtractAlloc(PetscCitationsList, &cits)); in PetscFinalize()
/petsc/src/vec/vec/utils/
H A Dvecstash.c457 PetscCall(PetscSegBufferExtractAlloc(seg, owners)); in VecStashGetOwnerList_Private()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c293 PetscCall(PetscSegBufferExtractAlloc(seg_roots, &roots_with_dups)); in DMPlexCreateAdjacencySection_Static()
294 PetscCall(PetscSegBufferExtractAlloc(seg_leaves, &myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()
H A Dplexpartition.c274 PetscCall(PetscSegBufferExtractAlloc(adjBuffer, &graph)); in DMPlexCreatePartitionerGraph_Native()
296 PetscCall(PetscSegBufferExtractAlloc(adjBuffer, &graph)); in DMPlexCreatePartitionerGraph_Native()
H A Dplexsfc.c1130 PetscCall(PetscSegBufferExtractAlloc(seg, &ind)); in DMPeriodicCoordinateSetUp_Internal()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c892 PetscCall(PetscSegBufferExtractAlloc(conn_sb, connectivity)); in DMPlexCGNS_CreateCornersConnectivitySection()
1272 PetscCall(PetscSegBufferExtractAlloc(plexFaceRemotes_SB, &plexFaceRemotes)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1274 PetscCall(PetscSegBufferExtractAlloc(ownedFaceRemotes_SB, &ownedFaceRemotes)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
2333 PetscCall(PetscSegBufferExtractAlloc(fs_pntsSB, &fs_pnts)); in DMView_PlexCGNS()
/petsc/include/
H A Dpetscsys.h2623 PETSC_EXTERN PetscErrorCode PetscSegBufferExtractAlloc(PetscSegBuffer, void *);
/petsc/src/mat/impls/aij/seq/
H A Dmatmatmult.c1167 PetscCall(PetscSegBufferExtractAlloc(seg, &cj)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c2472 PetscCall(PetscSegBufferExtractAlloc(adjBuffer, &adjncy)); in PCBDDCDetectDisconnectedComponents()