Lines Matching refs:s2
76 PetscSection s1 = NULL, s2 = NULL, tpws = NULL; in main() local
123 PetscCall(PetscSectionCreate(comm, &s2)); in main()
124 PetscCall(PetscPartitionerDMPlexPartition(part2, dm2, tpws, s2, &is2)); in main()
140 PetscCall(PetscSectionViewFromOptions(s2, NULL, "-seq_s2_view")); in main()
142 PetscCall(PetscSectionCompare(s1, s2, &flg)); in main()
155 PetscCall(PetscSectionDestroy(&s2)); in main()
203 PetscCall(PetscSectionCreate(comm, &s2)); in main()
204 PetscCall(PetscPartitionerDMPlexPartition(part2, dmdist2, tpws, s2, &is2)); in main()
220 PetscCall(PetscSectionViewFromOptions(s2, NULL, "-dist_s2_view")); in main()
222 PetscCall(PetscSectionCompare(s1, s2, &flg)); in main()
242 PetscCall(PetscSectionDestroy(&s2)); in main()