| Base 907660 | Head #4525 2abf8f | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.93% | 65.93% | -0.00% | - | |
| Hits | 79374 | 79373 | -1 | 0 | |
| Misses | 41019 | 41020 | +1 | 0 | |
| Filename | Stmts | Miss | Cover |
|---|---|---|---|
| src/mesh/distributed_mesh.C | 0 | +2 | -0.25% |
| src/mesh/mesh_triangle_holes.C | 0 | -1 | +0.28% |
| TOTAL | 0 | +1 | -0.00% |
codecodecode+
1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 |
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); |
276 277 278 279 280 281 282 |
{ 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 |