| Base 54e0d5 | Head #4556 e46269 | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.99% | 65.99% | -0.00% | - | |
| Hits | 79562 | 79559 | -3 | 0 | |
| Misses | 40996 | 40999 | +3 | 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 | +3 | -0.00% |
codecodecode+
1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 |
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 |