Searched refs:DMGetSectionSF (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 148 PetscCall(DMGetSectionSF(dm, §ionSF)); in DMCreateDomainDecomposition_Plex() 192 PetscCall(DMGetSectionSF(odm, §ionSF)); in DMCreateDomainDecomposition_Plex()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 167 PetscErrorCode DMGetSectionSF(PetscDM, PetscSF*)
|
| H A D | DM.pyx | 1921 petsc.DMGetSectionSF 1925 CHKERR(DMGetSectionSF(self.dm, &sf.sf))
|
| /petsc/include/ |
| H A D | petscdm.h | 290 PETSC_EXTERN PetscErrorCode DMGetSectionSF(DM, PetscSF *); 295 return DMGetSectionSF(dm, s); in DMGetDefaultSF()
|
| /petsc/doc/changes/ |
| H A D | 312.md | 218 - DMGetDefaultSF() replaced with DMGetSectionSF().
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 282 PetscCall(DMGetSectionSF(rankdm, &rankSF)); in DMAdaptMetric_ParMmg_Plex()
|
| /petsc/doc/manual/ |
| H A D | section.md | 173 …DMGetLocalSection()`, `DMGetGlobalSection()`, `DMGetPointSF()`, and `DMGetSectionSF()`, respective…
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 2894 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 D | pcpatch.c | 528 PetscCall(DMGetSectionSF(dms[i], &sfs[i])); in PCPatchSetDiscretisationInfo() 572 PetscCall(DMGetSectionSF(dm, &patch->sectionSF)); in PCPatchSetDiscretisationInfoCombined()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1707 PetscCall(DMGetSectionSF(*dm, §ionsf)); in DMPlexCreateCGNS_Internal_Parallel()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4254 PetscCall(DMGetSectionSF(coordDM, &coordSF)); in DMConvert_pforest_plex()
|