Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarm.c472 PetscSection fsection, globalFSection; in DMSwarmComputeMassMatrix_Private() local
492 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMSwarmComputeMassMatrix_Private()
545 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private()
570 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrix_Private()
596 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private()
627 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrix_Private()
695 PetscSection fsection, globalFSection; in DMSwarmComputeMassMatrixSquare_Private() local
715 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMSwarmComputeMassMatrixSquare_Private()
822 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrixSquare_Private()
860 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrixSquare_Private()
[all …]
/petsc/src/dm/impls/plex/
H A Dplex.c8555 …PlexMatSetClosureRefined(DM dmf, PetscSection fsection, PetscSection globalFSection, DM dmc, Petsc… in DMPlexMatSetClosureRefined() argument
8574 if (!globalFSection) PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMPlexMatSetClosureRefined()
8575 PetscValidHeaderSpecific(globalFSection, PETSC_SECTION_CLASSID, 3); in DMPlexMatSetClosureRefined()
8669 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined()
8689 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined()
8721 …GetClosureIndicesRefined(DM dmf, PetscSection fsection, PetscSection globalFSection, DM dmc, Petsc… in DMPlexMatGetClosureIndicesRefined() argument
8737 if (!globalFSection) PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMPlexMatGetClosureIndicesRefined()
8738 PetscValidHeaderSpecific(globalFSection, PETSC_SECTION_CLASSID, 3); in DMPlexMatGetClosureIndicesRefined()
8827 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
8847 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
H A Dplexfem.c3177 PetscSection fsection, globalFSection; in DMPlexComputeInterpolatorGeneral() local
3194 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); 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
3366 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); 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()