Home
last modified time | relevance | path

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

/petsc/src/dm/tutorials/
H A Dswarm_ex1.c296 PetscErrorCode collect_zone(DM dm, PetscCtx ctx, PetscInt *nfound, PetscInt **foundlist) in collect_zone() function
451 PetscCall(DMSwarmCollect_General(dms, collect_zone, sizeof(CollectZoneCtx), zone, &ng)); in ex1_4()