Searched refs:num_closure (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex100.c | 80 PetscInt num_closure = 0; in main() local 86 … PetscCall(DMPlexVecGetClosure(dm_read, coord_section, coords, cell, &num_closure, &cell_coords)); in main() 87 for (PetscInt n = 0; n < num_closure / cdim; n++) { in main() 103 …PetscCall(DMPlexVecRestoreClosure(dm_read, coord_section, coords, cell, &num_closure, &cell_coords… in main()
|