Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdd.c148 PetscCall(DMGetSectionSF(dm, &sectionSF)); in DMCreateDomainDecomposition_Plex()
192 PetscCall(DMGetSectionSF(odm, &sectionSF)); in DMCreateDomainDecomposition_Plex()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi167 PetscErrorCode DMGetSectionSF(PetscDM, PetscSF*)
H A DDM.pyx1921 petsc.DMGetSectionSF
1925 CHKERR(DMGetSectionSF(self.dm, &sf.sf))
/petsc/include/
H A Dpetscdm.h290 PETSC_EXTERN PetscErrorCode DMGetSectionSF(DM, PetscSF *);
295 return DMGetSectionSF(dm, s); in DMGetDefaultSF()
/petsc/doc/changes/
H A D312.md218 - DMGetDefaultSF() replaced with DMGetSectionSF().
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c282 PetscCall(DMGetSectionSF(rankdm, &rankSF)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/manual/
H A Dsection.md173 …DMGetLocalSection()`, `DMGetGlobalSection()`, `DMGetPointSF()`, and `DMGetSectionSF()`, respective…
/petsc/src/dm/interface/
H A Ddm.c2894 PetscCall(DMGetSectionSF(dm, &sf)); in DMGlobalToLocalBegin()
2941 PetscCall(DMGetSectionSF(dm, &sf)); in DMGlobalToLocalEnd()
3121 PetscCall(DMGetSectionSF(dm, &sf)); in DMLocalToGlobalBegin()
3241 PetscCall(DMGetSectionSF(dm, &sf)); in DMLocalToGlobalEnd()
4725 PetscErrorCode DMGetSectionSF(DM dm, PetscSF *sf) in DMGetSectionSF() function
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c528 PetscCall(DMGetSectionSF(dms[i], &sfs[i])); in PCPatchSetDiscretisationInfo()
572 PetscCall(DMGetSectionSF(dm, &patch->sectionSF)); in PCPatchSetDiscretisationInfoCombined()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1707 PetscCall(DMGetSectionSF(*dm, &sectionsf)); in DMPlexCreateCGNS_Internal_Parallel()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4254 PetscCall(DMGetSectionSF(coordDM, &coordSF)); in DMConvert_pforest_plex()