Home
last modified time | relevance | path

Searched refs:DMSetPointSF (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex69.c712 PetscCall(DMSetPointSF(*dm, sf)); in CreateQuadMesh1()
911 PetscCall(DMSetPointSF(*dm, sf)); in CreateHexMesh1()
H A Dex21.c257 PetscCall(DMSetPointSF(sdm, sf)); in main()
393 PetscCall(DMSetPointSF(sdm, sf)); in main()
H A Dex3.c632 PetscCall(DMSetPointSF(dmRedist, NULL)); in TestFVGrad()
634 PetscCall(DMSetPointSF(dmRedist, pointSF)); in TestFVGrad()
H A Dex18.c1215 PetscCall(DMSetPointSF(ipdm, NULL)); in DMPlexGetInterfaceFaces_Private()
1217 PetscCall(DMSetPointSF(ipdm, sf)); in DMPlexGetInterfaceFaces_Private()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1934 PetscCall(DMSetPointSF(*dmParallel, sfPoint)); in DMPlexDistribute()
1937 if (dmCoord) PetscCall(DMSetPointSF(dmCoord, sfPoint)); in DMPlexDistribute()
2083 PetscCall(DMSetPointSF(*dmOverlap, sfPoint)); in DMPlexDistributeOverlap_Internal()
2085 if (dmCoord) PetscCall(DMSetPointSF(dmCoord, sfPoint)); in DMPlexDistributeOverlap_Internal()
2087 if (dmCoord) PetscCall(DMSetPointSF(dmCoord, sfPoint)); in DMPlexDistributeOverlap_Internal()
2393 PetscCall(DMSetPointSF(*redundantMesh, sfPoint)); in DMPlexGetRedundantDM()
2395 if (dmCoord) PetscCall(DMSetPointSF(dmCoord, sfPoint)); in DMPlexGetRedundantDM()
H A Dplexinterpolate.c1200 PetscCall(DMSetPointSF(dm, pointSF)); in DMPlexInterpolatePointSF()
1497 PetscCall(DMSetPointSF(dm, sfPointNew)); in DMPlexInterpolatePointSF()
H A Dplexcreate.c158 PetscCall(DMSetPointSF(dm, sf)); in DMPlexReplace_Internal()
216 PetscCall(DMSetPointSF(dmA, sfB)); in DMPlexSwap_Static()
217 PetscCall(DMSetPointSF(dmB, sfA)); in DMPlexSwap_Static()
6035 PetscCall(DMSetPointSF(dm, sfPoint)); in DMPlexBuildFromCellListParallel()
6189 PetscCall(DMSetPointSF(dm, sfPoint)); in DMPlexBuildFromCellSectionParallel()
H A Dplexsfc.c1305 PetscCall(DMSetPointSF(dm, sf)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi170 PetscErrorCode DMSetPointSF(PetscDM, PetscSF)
H A DDM.pyx1967 petsc.DMSetPointSF
1970 CHKERR(DMSetPointSF(self.dm, sf.sf))
/petsc/src/dm/impls/da/
H A Ddacreate.c173 PetscCall(DMSetPointSF(*subdm, sf)); in DMCreateSubDM_DA()
/petsc/include/
H A Dpetscdm.h306 PETSC_EXTERN PetscErrorCode DMSetPointSF(DM, PetscSF);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2095 PetscCall(DMSetPointSF(*distdm, pointSF)); in DMPlexDistributionLoad_HDF5_Private()
2100 PetscCall(DMSetPointSF(cdm, pointSF)); in DMPlexDistributionLoad_HDF5_Private()
2674 PetscCall(DMSetPointSF(dm, overlapSF)); in DMPlexTopologyLoad_HDF5_Private()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4218 PetscCall(DMSetPointSF(newPlex, pointSF)); in DMConvert_pforest_plex()
4219 PetscCall(DMSetPointSF(dm, pointSF)); in DMConvert_pforest_plex()
4224 PetscCall(DMSetPointSF(coordDM, pointSF)); in DMConvert_pforest_plex()
4282 PetscCall(DMSetPointSF(dm, pointSF)); in DMConvert_pforest_plex()
/petsc/src/ts/tutorials/
H A Dex11.c732 PetscCall(DMSetPointSF(*dmCell, sfPoint)); in CreatePartitionVec()
/petsc/src/dm/interface/
H A Ddm.c151 PetscCall(DMSetPointSF(*newdm, sf)); in DMClone()
4845 PetscErrorCode DMSetPointSF(DM dm, PetscSF sf) in DMSetPointSF() function