Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsegbuffer.c217 PetscErrorCode PetscSegBufferExtractInPlace(PetscSegBuffer seg, void *contig) in PetscSegBufferExtractInPlace() function
/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c60 PetscCall(PetscSegBufferExtractInPlace(cgv->output_times, &times)); in PetscViewerFileClose_CGNS()
61 PetscCall(PetscSegBufferExtractInPlace(cgv->output_steps, &steps)); in PetscViewerFileClose_CGNS()
/petsc/src/mat/utils/
H A Dmatstash.c836 PetscCall(PetscSegBufferExtractInPlace(stash->segsendblocks, &sendblocks)); in MatStashScatterBegin_BTS()
920 PetscCall(PetscSegBufferExtractInPlace(stash->segrecvframe, &stash->recvframes)); in MatStashScatterBegin_BTS()
977 PetscCall(PetscSegBufferExtractInPlace(stash->segrecvblocks, NULL)); in MatStashScatterEnd_BTS()
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c306 PetscCall(PetscSegBufferExtractInPlace(x->segrecvframe, &frame)); in VecAssemblyEnd_MPI_BTS()
378 PetscCall(PetscSegBufferExtractInPlace(x->segrecvint, NULL)); in VecAssemblyEnd_MPI_BTS()
379 PetscCall(PetscSegBufferExtractInPlace(x->segrecvscalar, NULL)); in VecAssemblyEnd_MPI_BTS()
/petsc/src/dm/impls/plex/
H A Dplexsfc.c238 PetscCall(PetscSegBufferExtractInPlace(per_faces[direction], &faces)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
239 PetscCall(PetscSegBufferExtractInPlace(donor_face_closure[direction], &donor_verts)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
290 PetscCall(PetscSegBufferExtractInPlace(my_donor_faces[direction], &my_donors)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
/petsc/include/
H A Dpetscsys.h2625 PETSC_EXTERN PetscErrorCode PetscSegBufferExtractInPlace(PetscSegBuffer, void *);