Tpetra: Fix #4861 (make BlockMultiVector implement "new" DistObject interface)
Created by: mhoemmen
@trilinos/tpetra
Superseded by https://github.com/trilinos/Trilinos/pull/4896.
Description
- Make
Tpetra::BlockMultiVector
implement the "new" DistObject interface - Hide header file includes in the implementation of BlockMultiVector and BlockCrsMatrix
- Fix Tpetra build warnings
Related Issues
- Closes #4861 (closed)
- Blocks #4853 (closed)
- Follows #4854
- Related to #3137