Skip to content

MueLu: Structured aggregation cleanup

James Willenbring requested to merge lucbv:structured_aggregation_cleanup into develop

Created by: lucbv

This pull request should clean up a test that started failing yesterday despite using the auto-tester. This time I used the checkin-script locally to push to my branch, this way I can actually see what is going on...

@trilinos/muelu

Description

I updated one of the parameters passed to the structured aggregation factory so that the unit-test does not fail upon input validation. Additionally I removed deprecated code from the same structured aggregation factory

Motivation and Context

This will clean the MueLu dashboard as well as the code base.

Related Issues

  • Closes
  • Blocks
  • Is blocked by
  • Follows
  • Precedes
  • Related to
  • Part of
  • Composed of

How Has This Been Tested?

I ran the checkin script locally and successfully to push to this branch.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • 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.

Merge request reports