Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexnatural.c74 PetscSection gSection, sectionDist, gLocSection; in DMPlexCreateGlobalToNaturalSF() local
113 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMPlexCreateGlobalToNaturalSF()
114 if (debug) PetscCall(PetscSectionView(gSection, NULL)); in DMPlexCreateGlobalToNaturalSF()
116 PetscCall(PetscSectionGetChart(gSection, &pStart, &pEnd)); in DMPlexCreateGlobalToNaturalSF()
120 PetscCall(PetscSectionGetDof(gSection, p, &dof)); in DMPlexCreateGlobalToNaturalSF()
121 PetscCall(PetscSectionGetOffset(gSection, p, &off)); in DMPlexCreateGlobalToNaturalSF()
133 PetscCall(PetscSectionGetDof(gSection, p, &dof)); in DMPlexCreateGlobalToNaturalSF()
134 PetscCall(PetscSectionGetOffset(gSection, p, &off)); in DMPlexCreateGlobalToNaturalSF()
/petsc/src/dm/interface/
H A Ddmi.c6 PetscSection gSection; in DMCreateGlobalVector_Section_Private() local
11 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMCreateGlobalVector_Section_Private()
12 PetscCall(PetscSectionGetChart(gSection, &pStart, &pEnd)); in DMCreateGlobalVector_Section_Private()
16 PetscCall(PetscSectionGetDof(gSection, p, &dof)); in DMCreateGlobalVector_Section_Private()
17 PetscCall(PetscSectionGetConstraintDof(gSection, p, &cdof)); in DMCreateGlobalVector_Section_Private()
43 PetscCall(PetscSectionGetConstrainedStorageSize(gSection, &localSize)); in DMCreateGlobalVector_Section_Private()
H A Ddm.c4735 PetscSection section, gSection; in DMGetSectionSF() local
4739 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMGetSectionSF()
4740 PetscCall(DMCreateSectionSF(dm, section, gSection)); in DMGetSectionSF()