Skip to content

Tpetra: Fix #4861 (make BlockMultiVector implement "new" DistObject interface)

James Willenbring requested to merge Fix-4861 into develop

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

Merge request reports