Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr2.c329 …avg_local_vec_size = (hsize_t)PetscCeilInt64(vec_size, comm_size); /* we will attempt to use this … in VecGetHDF5ChunkSize()
331 …64)max_chunk_size, PetscMax((PetscInt64)avg_local_vec_size, PetscMax(PetscCeilInt64(vec_size, max_… in VecGetHDF5ChunkSize()
349 zslices = PetscCeilInt64(vec_size, da->p * max_chunk_size) * zslices; in VecGetHDF5ChunkSize()
353 yslices = PetscCeilInt64(vec_size, zslices * da->n * max_chunk_size) * yslices; in VecGetHDF5ChunkSize()
357 xslices = PetscCeilInt64(vec_size, zslices * yslices * da->m * max_chunk_size) * xslices; in VecGetHDF5ChunkSize()
/petsc/src/vec/is/utils/
H A Dkdtree.c173 PetscCount median = start + PetscCeilInt64(end - start, 2) - 1, lower; in PetscKDTreeBuildStemAndLeaves()
281 PetscInt num_leaves = (PetscInt)PetscCeilInt64(num_coords, tree->max_bucket_size); in PetscKDTreeCreate()
/petsc/include/
H A Dpetscmath.h1216 static inline PetscInt64 PetscCeilInt64(PetscInt64 x, PetscInt64 y) in PetscCeilInt64() function