Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Dbpsswarm.c117 PetscInt num_cells[] = {1, 1, 1}; in main() local
122 …PetscCall(PetscOptionsIntArray("-dm_plex_box_faces", "Number of cells", NULL, num_cells, &tmp, NUL… in main()
126 num_cells_total = num_cells[0] * num_cells[1] * num_cells[2]; in main()
H A Ddmswarm.c99 PetscInt num_cells[] = {1, 1, 1}; in main() local
104 …PetscCall(PetscOptionsIntArray("-dm_plex_box_faces", "Number of cells", NULL, num_cells, &dim, NUL… in main()
106 num_cells_total = num_cells[0] * num_cells[1] * num_cells[2]; in main()