PetscSegBufferCreate#
create a segmented buffer
Synopsis#
PetscErrorCode PetscSegBufferCreate(size_t unitbytes, PetscCount expected, PetscSegBuffer *seg)
Not Collective, No Fortran Support
Input Parameters#
unitbytes - number of bytes that each entry will contain
expected - expected/typical number of entries
Output Parameter#
seg -
PetscSegBuffer
object
See Also#
PetscSegBufferGet()
, PetscSegBufferExtractAlloc()
, PetscSegBufferExtractTo()
, PetscSegBufferExtractInPlace()
, PetscSegBufferDestroy()
,
PetscSegBuffer
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages