Skip to content

Use local topology information while removing global numbering dependencies in Mesh.

Mainly replaces the Mesh::isNonlinear with Mesh::hasNonlinearElement, the latter relying only on local element information, and rewriting Mesh::getNumberOfBaseNodes. Other removals are just cleanup of no longer need _n_base_nodes variable.

Closes !3780 (closed) Fixes #3161 (closed)

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Dmitry Yu. Naumov

Merge request reports