Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Dbpsswarm.c116 PetscInt num_cells_total = 1, tmp = dim; in main() local
126 num_cells_total = num_cells[0] * num_cells[1] * num_cells[2]; in main()
131 num_points_per_cell = PetscCeilInt(num_points, num_cells_total); in main()
139 num_points = num_points_per_cell * num_cells_total; in main()
H A Ddmswarm.c98 PetscInt dim = 3, num_cells_total = 1; in main() local
106 num_cells_total = num_cells[0] * num_cells[1] * num_cells[2]; in main()
111 num_points_per_cell = PetscCeilInt(num_points, num_cells_total); in main()
119 num_points = num_points_per_cell * num_cells_total; in main()