Searched refs:dist_section (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex36.c | 12 PetscSection section, dist_section; in redistribute_vec() local 25 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)*v), &dist_section)); in redistribute_vec() 26 PetscCall(DMSetLocalSection(dist_v_dm, dist_section)); in redistribute_vec() 36 PetscCall(DMPlexDistributeField(dm, sf, section, *v, dist_section, dist_v)); in redistribute_vec() 39 PetscCall(PetscObjectViewFromOptions((PetscObject)dist_section, NULL, "-rd2_section_view")); in redistribute_vec() 46 PetscCall(PetscSectionDestroy(&dist_section)); in redistribute_vec()
|