Searched refs:DMSetPointSF (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex69.c | 712 PetscCall(DMSetPointSF(*dm, sf)); in CreateQuadMesh1() 911 PetscCall(DMSetPointSF(*dm, sf)); in CreateHexMesh1()
|
| H A D | ex21.c | 257 PetscCall(DMSetPointSF(sdm, sf)); in main() 393 PetscCall(DMSetPointSF(sdm, sf)); in main()
|
| H A D | ex3.c | 632 PetscCall(DMSetPointSF(dmRedist, NULL)); in TestFVGrad() 634 PetscCall(DMSetPointSF(dmRedist, pointSF)); in TestFVGrad()
|
| H A D | ex18.c | 1215 PetscCall(DMSetPointSF(ipdm, NULL)); in DMPlexGetInterfaceFaces_Private() 1217 PetscCall(DMSetPointSF(ipdm, sf)); in DMPlexGetInterfaceFaces_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1934 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 D | plexinterpolate.c | 1200 PetscCall(DMSetPointSF(dm, pointSF)); in DMPlexInterpolatePointSF() 1497 PetscCall(DMSetPointSF(dm, sfPointNew)); in DMPlexInterpolatePointSF()
|
| H A D | plexcreate.c | 158 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 D | plexsfc.c | 1305 PetscCall(DMSetPointSF(dm, sf)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 170 PetscErrorCode DMSetPointSF(PetscDM, PetscSF)
|
| H A D | DM.pyx | 1967 petsc.DMSetPointSF 1970 CHKERR(DMSetPointSF(self.dm, sf.sf))
|
| /petsc/src/dm/impls/da/ |
| H A D | dacreate.c | 173 PetscCall(DMSetPointSF(*subdm, sf)); in DMCreateSubDM_DA()
|
| /petsc/include/ |
| H A D | petscdm.h | 306 PETSC_EXTERN PetscErrorCode DMSetPointSF(DM, PetscSF);
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2095 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 D | pforest.h | 4218 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 D | ex11.c | 732 PetscCall(DMSetPointSF(*dmCell, sfPoint)); in CreatePartitionVec()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 151 PetscCall(DMSetPointSF(*newdm, sf)); in DMClone() 4845 PetscErrorCode DMSetPointSF(DM dm, PetscSF sf) in DMSetPointSF() function
|