| Base 03e0ca | Head #4298 7c16d1 | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.01% | 65.01% | +0.00% | - | |
| Hits | 76959 | 76961 | +2 | 0 | |
| Misses | 41429 | 41427 | -2 | 0 | |
| Filename | Stmts | Miss | Cover | 
|---|---|---|---|
| src/mesh/distributed_mesh.C | 0 | -2 | +0.25% | 
| TOTAL | 0 | -2 | +0.00% | 
codecodecode+| 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 | 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); |