Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Ddmplexgetrestoreclosureindices.F9034 PetscCallA(DMGetGlobalSection(cdm, gS, ierr))
/petsc/src/dm/interface/
H A Ddmi.c11 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMCreateGlobalVector_Section_Private()
420 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMCreateSectionSubDM()
461 PetscCall(DMGetGlobalSection(dms[i], &sectionGlobals[i])); in DMCreateSectionSuperDM()
476 PetscCall(DMGetGlobalSection(*superdm, &supersectionGlobal)); in DMCreateSectionSuperDM()
H A Ddm.c1123 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMGetLocalToGlobalMapping()
1971 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); 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 Dex21.c266 PetscCall(DMGetGlobalSection(sdm, &gsection)); in main()
444 PetscCall(DMGetGlobalSection(sdm, &gsection)); in main()
H A Dex101.c122 PetscCall(DMGetGlobalSection(dm_read, &unused_section)); in main()
H A Dex47.c557 PetscCall(DMGetGlobalSection(dm, &s)); in main()
H A Dex55.c223 PetscCall(DMGetGlobalSection(dm, &gs)); in main()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c113 PetscCall(DMGetGlobalSection(dm, &gSection)); in DMPlexCreateGlobalToNaturalSF()
316 PetscCall(DMGetGlobalSection(dm, &gs)); in DMPlexGlobalToNaturalBegin()
H A Dplexpreallocate.c15 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMPlexComputeAnchorAdjacencies()
259 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMPlexCreateAdjacencySection_Static()
857 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMPlexPreallocateOperator()
H A Dplexdd.c194 PetscCall(DMGetGlobalSection(odm, &ogsec)); in DMCreateDomainDecomposition_Plex()
H A Dplextree.c2088 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 Dplexfem.c318 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 Dplex.c2347 PetscCall(DMGetGlobalSection(sectiondm, &section)); in DMPlexGlobalVectorView()
2723 PetscCall(DMGetGlobalSection(sectiondm, &section)); in DMPlexGlobalVectorLoad()
2903 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); 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 D39.md145 DMGetGlobalSection()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi165 PetscErrorCode DMGetGlobalSection(PetscDM, PetscSection*)
H A DDM.pyx1847 petsc.DMGetGlobalSection
1874 petsc.DMGetGlobalSection
1878 CHKERR(DMGetGlobalSection(self.dm, &sec.sec))
/petsc/src/dm/impls/network/
H A Dnetwork.c782 PetscCall(DMGetGlobalSection(network->plex, &sectiong)); 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, &sectiong)); in DMNetworkIsGhostVertex()
2495 PetscCall(DMGetGlobalSection(network->plex, &sectionGlobal)); in DMCreateMatrix_Network()
3213 PetscCall(DMGetGlobalSection(network->plex, &network->GlobalDofSection)); in DMNetworkFinalizeComponents()
/petsc/include/
H A Dpetscdm.h257 PETSC_EXTERN PetscErrorCode DMGetGlobalSection(DM, PetscSection *);
283 return DMGetGlobalSection(dm, s); in DMGetDefaultGlobalSection()
/petsc/src/dm/impls/swarm/
H A Dswarm.c492 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 Dsnesut.c681 PetscCall(DMGetGlobalSection(dm, &gs)); in SNESMonitorDefaultField()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c536 PetscCall(DMGetGlobalSection(dmBC, &sectionGlobal)); 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, &section)); in DMPlexLocalVectorView_HDF5_Internal()
3060 PetscCall(DMGetGlobalSection(sectiondm, &gsectionB1)); in DMPlexSectionLoad_HDF5_Internal()
/petsc/doc/manual/
H A Dsection.md173 … `sectionSF` on a `DM` can be obtained via `DMGetLocalSection()`, `DMGetGlobalSection()`, `DMGetPo…
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c150 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 Dlandau.kokkos.cxx801 PetscCall(DMGetGlobalSection(plex[grid], &globalSection)); in LandauKokkosJacobian()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4421 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()