Skip to content

Panzer: Cleanup for panzer's LocalMesh interface

James Willenbring requested to merge 2217-panzer-bounds-check-fix into develop

Created by: seamill

@trilinos/panzer

Description

Changes:

  • Added unit tests for partitioning functions, STK generation of LocalMeshInfo, generating sublocal mesh info objects, and generating worksets from LocalMesh partitions.

  • Added some assertions to the SubcellConnectivity class (we tend pass in out-of-range indexes, and it never seemed to complain).

  • Added a bunch of assertions to the LocalMesh interface to help reduce indexing and construction errors.

Related Issues

  • Closes 2217

How Has This Been Tested?

Some unit tests that make sure that all of the local mesh generators and partitioners are doing what they should.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports