Lines Matching refs:gsection
200 PetscSection section, gsection; in main() local
266 PetscCall(DMGetGlobalSection(sdm, &gsection)); in main()
267 PetscCall(PetscSectionGetIncludesConstraints(gsection, &includesConstraints)); in main()
272 if (includesConstraints) PetscCall(PetscSectionGetStorageSize(gsection, &n)); in main()
273 else PetscCall(PetscSectionGetConstrainedStorageSize(gsection, &n)); in main()
382 PetscSection section, gsection; in main() local
444 PetscCall(DMGetGlobalSection(sdm, &gsection)); in main()
445 PetscCall(PetscObjectSetName((PetscObject)gsection, "Load: global section")); in main()
446 PetscCall(PetscSectionView(gsection, PETSC_VIEWER_STDOUT_(comm))); in main()
447 PetscCall(PetscSectionGetIncludesConstraints(gsection, &includesConstraints)); in main()
452 if (includesConstraints) PetscCall(PetscSectionGetStorageSize(gsection, &m)); in main()
453 else PetscCall(PetscSectionGetConstrainedStorageSize(gsection, &m)); in main()