Home
last modified time | relevance | path

Searched refs:DMLOCATEPOINT_POINT_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/tutorials/
H A Dswarm_ex3.c45 cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
50 if (coorx < -1.0) cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
51 if (coorx > 1.0) cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
52 if (coory < -1.0) cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
53 if (coory > 1.0) cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
78 cells[p].index = DMLOCATEPOINT_POINT_NOT_FOUND; in DMLocatePoints_DMDARegular()
/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c128 if (p_cellid[p] == DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmMigrate_DMNeighborScatter()
139 if (p_cellid[p] == DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmMigrate_DMNeighborScatter()
159 if (p_cellid[p] == DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmMigrate_DMNeighborScatter()
261 if (p_cellid[p] == DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmMigrate_CellDMScatter()
335 if (p_cellid[p] == DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmMigrate_CellDMScatter()
H A Dswarmpic.c440 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) n_found++; in DMSwarmSetPointsUniformCoordinates()
462 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmSetPointsUniformCoordinates()
601 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) n_found++; in DMSwarmSetPointCoordinates()
623 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmSetPointCoordinates()
810 if (swarm_cellid[p] != DMLOCATEPOINT_POINT_NOT_FOUND) sum[swarm_cellid[p]]++; in DMSwarmCreatePointPerCellCount()
/petsc/src/dm/impls/da/
H A Ddageometry.c168 cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in private_DMDALocatePointsIS_2D_Regular()
236 cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in private_DMDALocatePointsIS_3D_Regular()
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c433 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Simplex_1D_Internal()
452 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Simplex_2D_Internal()
519 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Quad_2D_Linear_Internal()
568 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Quad_2D_Internal()
589 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Simplex_3D_Internal()
635 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Hex_3D_Linear_Internal()
684 else *cell = DMLOCATEPOINT_POINT_NOT_FOUND; in DMPlexLocatePoint_Hex_3D_Internal()
1296 cells[p].index = DMLOCATEPOINT_POINT_NOT_FOUND; in DMLocatePoints_Plex()
1331 cells[p].index = DMLOCATEPOINT_POINT_NOT_FOUND; in DMLocatePoints_Plex()
1337 if (cells[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) { in DMLocatePoints_Plex()
[all …]
/petsc/include/
H A Dpetscdm.h19 #define DMLOCATEPOINT_POINT_NOT_FOUND -367 macro