Home
last modified time | relevance | path

Searched refs:PetscSectionCreateGlobalSection (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex31.c95 …PetscCall(PetscSectionCreateGlobalSection(s, sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &gsection)); in main()
108 …PetscCall(PetscSectionCreateGlobalSection(s, sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &gsection)); in main()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c148 …PetscCall(PetscSectionCreateGlobalSection(sectionDist, sf, PETSC_TRUE, PETSC_TRUE, PETSC_TRUE, &gL… in DMPlexCreateGlobalToNaturalSF()
216 …PetscCall(PetscSectionCreateGlobalSection(oldLocalSection, pointSF, PETSC_TRUE, PETSC_TRUE, PETSC_… in DMPlexMigrateGlobalToNaturalSF()
223 …PetscCall(PetscSectionCreateGlobalSection(newLocalSection, pointSF, PETSC_TRUE, PETSC_TRUE, PETSC_… in DMPlexMigrateGlobalToNaturalSF()
H A Dplexsfc.c571 …PetscCall(PetscSectionCreateGlobalSection(localSection, pointSF, PETSC_TRUE, PETSC_TRUE, PETSC_FAL… in DMPlexCorrectOrientationForIsoperiodic()
H A Dplex.c3062 …PetscCall(PetscSectionCreateGlobalSection(section, sf, PETSC_TRUE, PETSC_FALSE, PETSC_TRUE, &mesh-… in DMPlexGetSubdomainSection()
8995 …PetscCall(PetscSectionCreateGlobalSection(section, sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &glob… in DMPlexCreateNumbering_Plex()
10231 …PetscCall(PetscSectionCreateGlobalSection(newSection, sf, PETSC_TRUE, PETSC_TRUE, PETSC_FALSE, &gs… in DMGetFullDM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi47 …PetscErrorCode PetscSectionCreateGlobalSection(PetscSection, PetscSF, PetscBool, PetscBool, PetscB…
H A DSection.pyx873 petsc.PetscSectionCreateGlobalSection
877 …CHKERR(PetscSectionCreateGlobalSection(self.sec, sf.sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &gse…
/petsc/src/vec/is/tests/
H A Dex5.c192 …PetscCall(PetscSectionCreateGlobalSection(section, sf, PETSC_TRUE, user.includes_constraints, PETS… in main()
/petsc/doc/manual/
H A Dsection.md163 To generate the `globalSection` we use `PetscSectionCreateGlobalSection()`, which takes the `localS…
165 This behavior of the offsets is controlled via an argument to `PetscSectionCreateGlobalSection()`.
185 This must be done before `PetscSectionCreateGlobalSection()` is called to create the `globalSection…
189 See `PetscSectionCreateGlobalSection()` for more details on this.
/petsc/include/
H A Dpetscsection.h70 PETSC_EXTERN PetscErrorCode PetscSectionCreateGlobalSection(PetscSection, PetscSF, PetscBool, Petsc…
/petsc/doc/changes/
H A D321.md82 - Add argument to `PetscSectionCreateGlobalSection()` that can ignore the local section permutation
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c257 …PetscCall(PetscSectionCreateGlobalSection(rankSection, sf, PETSC_FALSE, PETSC_FALSE, PETSC_TRUE, &… in DMAdaptMetric_ParMmg_Plex()
/petsc/src/dm/impls/network/
H A Dnetwork.c1632 …PetscCall(PetscSectionCreateGlobalSection(network->vertex.DofSection, network->vertex.sf, PETSC_TR… in DMNetworkAssembleGraphStructures()
1634 …PetscCall(PetscSectionCreateGlobalSection(network->edge.DofSection, network->edge.sf, PETSC_TRUE, … in DMNetworkAssembleGraphStructures()
/petsc/src/vec/is/section/interface/
H A Dsection.c1475 PetscErrorCode PetscSectionCreateGlobalSection(PetscSection s, PetscSF sf, PetscBool usePermutation… in PetscSectionCreateGlobalSection() function
/petsc/src/dm/interface/
H A Ddm.c4666 …PetscCall(PetscSectionCreateGlobalSection(s, sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &dm->global… in DMGetGlobalSection()
6559 …PetscCall(PetscSectionCreateGlobalSection(section, sf, usePerm, PETSC_TRUE, PETSC_FALSE, &gsection… in DMGetOutputDM()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c3063 …PetscCall(PetscSectionCreateGlobalSection(sectionB, pointsf, PETSC_TRUE, includesConstraintsB, PET… in DMPlexSectionLoad_HDF5_Internal()