Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr2.c346 hsize_t yslices_full = da->N; in VecGetHDF5ChunkSize() local
354 if (yslices > yslices_full) { in VecGetHDF5ChunkSize()
356 yslices = yslices_full; in VecGetHDF5ChunkSize()