Skip to content

MueLu: ETI with both float and double, fix issue #3480

James Willenbring requested to merge lucbv:MueLu_fix_#3480 into develop

Created by: lucbv

@trilinos/muelu

Description

This work uniformizes the use of double, scalar and real_type to make sure that MueLu can compile with various scalar types. Incidentally this should fix issue #3480 (closed)

Motivation and Context

This fixes type related bugs in MueLu

Related Issues

How Has This Been Tested?

A local build of MueLu with the following config parameters has been performed and passed without errors.

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