Deprecate Mesh::num_entities or Mesh::size (identical implementation)

Issue #866 resolved
Michal Habera created an issue

Public methods Mesh::num_entities and Mesh::size are the same. Deprecate one of the two.

Comments (6)

  1. Anders Logg (Chalmers)

    Mesh::size should be removed. Duplication of more explicitly named num_entities and also of mesh.topology().size().

  2. Log in to comment