libMesh/libmesh: coverage diff

Base 907660 Head #4527 23a77e
Total Total +/- New
Rate 65.93% 65.93% -0.00% 100.00%
Hits 79374 79375 +1 2
Misses 41019 41020 +1 0
Filename Stmts Miss Cover
src/mesh/distributed_mesh.C 0 +2 -0.25%
src/mesh/mesh_smoother_vsmoother.C +2 0 +0.26%
src/mesh/mesh_triangle_holes.C 0 -1 +0.28%
TOTAL +2 +1 -0.00%
code
coverage unchanged
code
coverage increased
code
coverage decreased
+
line added or modified

src/mesh/distributed_mesh.C

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);

src/mesh/mesh_smoother_vsmoother.C

64  
65  
66  
67 +
68 +
69  
70  
71  
void VariationalMeshSmoother::setup()
{
  // Check for multiple dimensions
  if (!_mesh.preparation().has_cached_elem_data)
    _mesh.cache_elem_data();

  if (_mesh.elem_dimensions().size() > 1)
    libmesh_not_implemented_msg("Meshes containing elements of differing dimension are not yet supported.");

src/mesh/mesh_triangle_holes.C

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