MueLu: fix issue #4263
Created by: lucbv
Needed to instantiate MueLu::Utilities
on real_type
instead of Scalar
to handle coordinates.
Also removed a couple warnings caused by unused variables.
@trilinos/muelu
Description
As explained in issued #4263 (closed) the MueLu Driver does not build properly with complex enabled.
Motivation and Context
This is blocking a Trilinos promotion in Sierra
Related Issues
- Closes #4263 (closed)
How Has This Been Tested?
I did a local build that was successful
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. -
All new and existing tests passed. -
No new compiler warnings were introduced.