Lines Matching refs:fsection

2938   PetscSection fsection, fglobalSection;  in DMPlexComputeInterpolatorNested()  local
2947 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexComputeInterpolatorNested()
2951 PetscCall(PetscSectionGetNumFields(fsection, &Nf)); 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()
3177 PetscSection fsection, globalFSection; in DMPlexComputeInterpolatorGeneral() local
3193 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexComputeInterpolatorGeneral()
3237 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeInterpolatorGeneral()
3307 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMPlexComputeInterpolatorGeneral()
3348 PetscSection fsection, csection, globalFSection, globalCSection; in DMPlexComputeMassMatrixGeneral() local
3365 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexComputeMassMatrixGeneral()
3404 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeMassMatrixGeneral()
3450 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMPlexComputeMassMatrixGeneral()
3485 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeMassMatrixGeneral()
3551 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMPlexComputeMassMatrixGeneral()
3585 PetscSection fsection, fglobalSection, csection, cglobalSection; in DMPlexComputeInjectorFEM() local
3593 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexComputeInjectorFEM()
3597 PetscCall(PetscSectionGetNumFields(fsection, &Nf)); in DMPlexComputeInjectorFEM()
3710 …PetscCall(DMPlexMatGetClosureIndicesRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalS… in DMPlexComputeInjectorFEM()