| Base b31ce6 | Head #4487 04a4b7 | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.61% | 65.61% | -0.00% | - | |
| Hits | 78653 | 78652 | -1 | 0 | |
| Misses | 41232 | 41233 | +1 | 0 | |
| Filename | Stmts | Miss | Cover |
|---|---|---|---|
| src/mesh/distributed_mesh.C | 0 | +2 | -0.25% |
| src/mesh/mesh_triangle_holes.C | 0 | -1 | +0.27% |
| TOTAL | 0 | +1 | -0.00% |
codecodecode+
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 |
sender_could_become_owner) { if (it != repartitioned_node_pids.end() && pid < it->second) it->second = pid; else repartitioned_node_pids[n] = pid; } else if (it == repartitioned_node_pids.end()) repartitioned_node_pids[n] = DofObject::invalid_processor_id; repartitioned_node_sets_to_push[pid].insert(n); |
270 271 272 273 274 275 276 |
{ ray_target = inside - Point(1); intersection_distances = this->find_ray_intersections(inside, ray_target); } // I'd make this an assert, but I'm not 100% confident we can't |