Home
last modified time | relevance | path

Searched refs:DM_POINTLOCATION_NONE (Results 1 – 5 of 5) sorted by relevance

/petsc/include/ !
H A Dpetscdmtypes.h97 DM_POINTLOCATION_NONE, enumerator
/petsc/src/dm/impls/plex/tests/ !
H A Dex17.c65 PetscCall(DMLocatePoints(dm, points, DM_POINTLOCATION_NONE, &cellSF)); in TestCentroidLocation()
106 PetscCall(DMLocatePoints(dm, points, DM_POINTLOCATION_NONE, &cellSF)); in TestCustomLocation()
/petsc/src/dm/impls/swarm/ !
H A Dswarm_migrate.c231 PetscCall(DMLocatePoints(dmcell, pos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
297 PetscCall(DMLocatePoints(dmcell, npos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
304 PetscCall(DMLocatePoints(dmcell, npos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
309 PetscCall(DMLocatePoints(dmcell, npos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
H A Dswarmpic.c436 PetscCall(DMLocatePoints(dm, pos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmSetPointsUniformCoordinates()
596 PetscCall(DMLocatePoints(dm, pos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmSetPointCoordinates()
/petsc/src/dm/field/impls/ds/ !
H A Ddmfieldds.c259 PetscCall(DMLocatePoints(field->dm, points, DM_POINTLOCATION_NONE, &cellSF)); in DMFieldEvaluate_DS()