Searched refs:DMLOCATEPOINT_POINT_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance
45 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()
128 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()
440 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()
168 cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in private_DMDALocatePointsIS_2D_Regular()236 cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in private_DMDALocatePointsIS_3D_Regular()
433 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 …]
19 #define DMLOCATEPOINT_POINT_NOT_FOUND -367 macro