| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | dmplexgetrestoreclosureindices.F90 | 34 PetscCallA(DMGetGlobalSection(cdm, gS, ierr))
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 11 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMCreateGlobalVector_Section_Private() 420 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMCreateSectionSubDM() 461 PetscCall(DMGetGlobalSection(dms[i], §ionGlobals[i])); in DMCreateSectionSuperDM() 476 PetscCall(DMGetGlobalSection(*superdm, &supersectionGlobal)); in DMCreateSectionSuperDM()
|
| H A D | dm.c | 1123 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMGetLocalToGlobalMapping() 1971 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMCreateFieldIS() 3161 PetscCall(DMGetGlobalSection(dm, &gs)); in DMLocalToGlobalBegin() 4653 PetscErrorCode DMGetGlobalSection(DM dm, PetscSection *section) in DMGetGlobalSection() function 4739 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMGetSectionSF()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 266 PetscCall(DMGetGlobalSection(sdm, &gsection)); in main() 444 PetscCall(DMGetGlobalSection(sdm, &gsection)); in main()
|
| H A D | ex101.c | 122 PetscCall(DMGetGlobalSection(dm_read, &unused_section)); in main()
|
| H A D | ex47.c | 557 PetscCall(DMGetGlobalSection(dm, &s)); in main()
|
| H A D | ex55.c | 223 PetscCall(DMGetGlobalSection(dm, &gs)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 113 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMPlexCreateGlobalToNaturalSF() 316 PetscCall(DMGetGlobalSection(dm, &gs)); in DMPlexGlobalToNaturalBegin()
|
| H A D | plexpreallocate.c | 15 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMPlexComputeAnchorAdjacencies() 259 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMPlexCreateAdjacencySection_Static() 857 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMPlexPreallocateOperator()
|
| H A D | plexdd.c | 194 PetscCall(DMGetGlobalSection(odm, &ogsec)); in DMCreateDomainDecomposition_Plex()
|
| H A D | plextree.c | 2088 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexComputeInterpolatorTree() 2117 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexComputeInterpolatorTree() 3293 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexTransferInjectorTree() 3362 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexTransferInjectorTree() 3538 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexComputeInjectorTree() 3542 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexComputeInjectorTree() 3777 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexTransferVecTree_Interpolate() 3811 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexTransferVecTree_Interpolate() 4088 PetscCall(DMGetGlobalSection(fine, &globalFine)); in DMPlexTransferVecTree_Inject() 4092 PetscCall(DMGetGlobalSection(coarse, &globalCoarse)); in DMPlexTransferVecTree_Inject()
|
| H A D | plexfem.c | 318 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexCreateRigidBody() 402 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexCreateRigidBodies() 2948 PetscCall(DMGetGlobalSection(dmf, &fglobalSection)); in DMPlexComputeInterpolatorNested() 2950 PetscCall(DMGetGlobalSection(dmc, &cglobalSection)); in DMPlexComputeInterpolatorNested() 3194 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMPlexComputeInterpolatorGeneral() 3196 PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexComputeInterpolatorGeneral() 3366 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMPlexComputeMassMatrixGeneral() 3368 PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexComputeMassMatrixGeneral() 3594 PetscCall(DMGetGlobalSection(dmf, &fglobalSection)); in DMPlexComputeInjectorFEM() 3596 PetscCall(DMGetGlobalSection(dmc, &cglobalSection)); in DMPlexComputeInjectorFEM() [all …]
|
| H A D | plex.c | 2347 PetscCall(DMGetGlobalSection(sectiondm, §ion)); in DMPlexGlobalVectorView() 2723 PetscCall(DMGetGlobalSection(sectiondm, §ion)); in DMPlexGlobalVectorLoad() 2903 PetscCall(DMGetGlobalSection(dm, §ionGlobal)); in DMCreateMatrix_Plex() 8425 if (!globalSection) PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexMatSetClosure_Internal() 8517 if (!globalSectionRow) PetscCall(DMGetGlobalSection(dmRow, &globalSectionRow)); in DMPlexMatSetClosureGeneral() 8522 if (!globalSectionCol) PetscCall(DMGetGlobalSection(dmCol, &globalSectionCol)); in DMPlexMatSetClosureGeneral() 8574 if (!globalFSection) PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMPlexMatSetClosureRefined() 8576 if (!globalCSection) PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexMatSetClosureRefined() 8737 if (!globalFSection) PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMPlexMatGetClosureIndicesRefined() 8739 if (!globalCSection) PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexMatGetClosureIndicesRefined() [all …]
|
| /petsc/doc/changes/ |
| H A D | 39.md | 145 DMGetGlobalSection()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 165 PetscErrorCode DMGetGlobalSection(PetscDM, PetscSection*)
|
| H A D | DM.pyx | 1847 petsc.DMGetGlobalSection 1874 petsc.DMGetGlobalSection 1878 CHKERR(DMGetGlobalSection(self.dm, &sec.sec))
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 782 PetscCall(DMGetGlobalSection(network->plex, §iong)); in DMNetworkLayoutSetUp() 1732 PetscCall(DMGetGlobalSection(newCoordnetwork->plex, &newCoordnetwork->GlobalDofSection)); in DMNetworkDistributeCoordinates() 1822 PetscCall(DMGetGlobalSection(newDMnetwork->plex, &newDMnetwork->GlobalDofSection)); in DMNetworkDistribute() 2143 PetscCall(DMGetGlobalSection(network->plex, §iong)); in DMNetworkIsGhostVertex() 2495 PetscCall(DMGetGlobalSection(network->plex, §ionGlobal)); in DMCreateMatrix_Network() 3213 PetscCall(DMGetGlobalSection(network->plex, &network->GlobalDofSection)); in DMNetworkFinalizeComponents()
|
| /petsc/include/ |
| H A D | petscdm.h | 257 PETSC_EXTERN PetscErrorCode DMGetGlobalSection(DM, PetscSection *); 283 return DMGetGlobalSection(dm, s); in DMGetDefaultGlobalSection()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 492 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMSwarmComputeMassMatrix_Private() 674 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateMassMatrix_Swarm() 715 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMSwarmComputeMassMatrixSquare_Private() 967 PetscCall(DMGetGlobalSection(dm, &globalFSection)); in DMSwarmComputeGradientMatrix_Private() 1082 PetscCall(DMGetGlobalSection(dm, &gs)); in DMCreateGradientMatrix_Swarm()
|
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 681 PetscCall(DMGetGlobalSection(dm, &gs)); in SNESMonitorDefaultField()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 536 PetscCall(DMGetGlobalSection(dmBC, §ionGlobal)); in VecView_Plex_Local_HDF5_Internal() 1343 PetscCall(DMGetGlobalSection(cdm, &cGlobalSection)); in DMPlexCoordinatesView_HDF5_XDMF_Private() 1617 PetscCall(DMGetGlobalSection(sectiondm, &gsection)); in DMPlexSectionView_HDF5_Internal() 1748 PetscCall(DMGetGlobalSection(sectiondm, §ion)); in DMPlexLocalVectorView_HDF5_Internal() 3060 PetscCall(DMGetGlobalSection(sectiondm, &gsectionB1)); in DMPlexSectionLoad_HDF5_Internal()
|
| /petsc/doc/manual/ |
| H A D | section.md | 173 … `sectionSF` on a `DM` can be obtained via `DMGetLocalSection()`, `DMGetGlobalSection()`, `DMGetPo…
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 150 PetscCall(DMGetGlobalSection(ctx->plex[grid], &globsection[grid])); in LandauFormJacobian_Internal() 218 PetscCall(DMGetGlobalSection(ctx->plex[grid], &globsection[grid])); in LandauFormJacobian_Internal() 1471 PetscCall(DMGetGlobalSection(ctx->plex[grid], &globsection[grid])); in CreateStaticData()
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 801 PetscCall(DMGetGlobalSection(plex[grid], &globalSection)); in LandauKokkosJacobian()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4421 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateInterpolation_pforest() 4423 PetscCall(DMGetGlobalSection(dmCoarse, &gsc)); in DMCreateInterpolation_pforest() 4461 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateInjection_pforest() 4463 PetscCall(DMGetGlobalSection(dmCoarse, &gsc)); in DMCreateInjection_pforest()
|