Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dnoflux_check.c112 PetscInt ne, num_pts; in main() local
119 num_pts = ne + 1; in main()
121 …M_WORLD, DM_BOUNDARY_MIRROR, DM_BOUNDARY_MIRROR, DMDA_STENCIL_STAR, num_pts, num_pts + 1, PETSC_DE… in main()
140 …R, DM_BOUNDARY_MIRROR, DM_BOUNDARY_MIRROR, DMDA_STENCIL_STAR, num_pts, num_pts + 1, num_pts + 2, P… in main()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu52 PetscPointCloud(int dim, size_t num_pts, const T coords[]) in PetscPointCloud() argument
56 this->num_points = num_pts; in PetscPointCloud()
58 pts.resize(num_pts * dim); in PetscPointCloud()
60 for (size_t n = 0; n < num_pts; n++) in PetscPointCloud()
64 for (size_t n = 0; n < num_pts; n++) { in PetscPointCloud()