Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c2938 PetscSection fsection, fglobalSection; in DMPlexComputeInterpolatorNested() local
2948 PetscCall(DMGetGlobalSection(dmf, &fglobalSection)); in DMPlexComputeInterpolatorNested()
3115 …PetscCall(DMPlexMatGetClosureIndicesRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalS… in DMPlexComputeInterpolatorNested()
3118 …PetscCall(DMPlexMatSetClosureGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cg… in DMPlexComputeInterpolatorNested()
3132 …PetscCall(DMPlexMatSetClosureRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalSection,… in DMPlexComputeInterpolatorNested()
3134 …PetscCall(DMPlexMatSetClosureGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cg… in DMPlexComputeInterpolatorNested()
3585 PetscSection fsection, fglobalSection, csection, cglobalSection; in DMPlexComputeInjectorFEM() local
3594 PetscCall(DMGetGlobalSection(dmf, &fglobalSection)); in DMPlexComputeInjectorFEM()
3710 …PetscCall(DMPlexMatGetClosureIndicesRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalS… in DMPlexComputeInjectorFEM()