Lines Matching refs:DMGetGlobalSection
2347 PetscCall(DMGetGlobalSection(sectiondm, §ion));
2723 PetscCall(DMGetGlobalSection(sectiondm, §ion));
2903 PetscCall(DMGetGlobalSection(dm, §ionGlobal));
8360 `PetscSection`, `DMGetGlobalSection()`
8402 .seealso: [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexGetClosureIndices()`, `DMPlexVecGetClosure()`, `DMPlexMatSetClosure()`, `DMGetLocalSection()`, `DMGetGlobalSection()`
8425 if (!globalSection) PetscCall(DMGetGlobalSection(dm, &globalSection));
8517 if (!globalSectionRow) PetscCall(DMGetGlobalSection(dmRow, &globalSectionRow));
8522 if (!globalSectionCol) PetscCall(DMGetGlobalSection(dmCol, &globalSectionCol));
8574 if (!globalFSection) PetscCall(DMGetGlobalSection(dmf, &globalFSection));
8576 if (!globalCSection) PetscCall(DMGetGlobalSection(dmc, &globalCSection));
8737 if (!globalFSection) PetscCall(DMGetGlobalSection(dmf, &globalFSection));
8739 if (!globalCSection) PetscCall(DMGetGlobalSection(dmc, &globalCSection));
10327 PetscCall(DMGetGlobalSection(dmFine, &gsf));
10329 PetscCall(DMGetGlobalSection(dmCoarse, &gsc));
10451 PetscCall(DMGetGlobalSection(dmFine, &gsf));
10453 PetscCall(DMGetGlobalSection(dmCoarse, &gsc));
10477 PetscCall(DMGetGlobalSection(dmr, &gsf));
10479 PetscCall(DMGetGlobalSection(dmc, &gsc));
10878 PetscCall(DMGetGlobalSection(dm, §ionGlobal));
10879 PetscCall(DMGetGlobalSection(*subdm, &subsectionGlobal));