| Base 03e0ca | Head #4297 88aec6 | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.01% | 65.01% | +0.00% | - | |
| Hits | 76959 | 76960 | +1 | 0 | |
| Misses | 41429 | 41428 | -1 | 0 | |
| Filename | Stmts | Miss | Cover |
|---|---|---|---|
| src/mesh/distributed_mesh.C | 0 | -2 | +0.25% |
| src/mesh/mesh_refinement.C | 0 | +2 | -0.29% |
| src/mesh/mesh_triangle_holes.C | 0 | -1 | +0.27% |
| TOTAL | 0 | -1 | +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); |
1272 1273 1274 1275 1276 1277 1278 1279 |
if (neighbor->p_level() < my_p_level && neighbor->p_refinement_flag() != Elem::REFINE) { neighbor->set_p_refinement_flag(Elem::REFINE); level_one_satisfied = false; compatible_with_coarsening = false; } if (neighbor->p_level() == my_p_level && |
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 |