Skip to content

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

James Willenbring requested to merge Fix-4861-2 into develop

Created by: mhoemmen

@trilinos/tpetra @trilinos/ifpack2

This supersedes PR #4862.

Description

  • Make Tpetra::BlockMultiVector implement the "new" DistObject interface
  • Avoid header file includes in BlockCrsMatrix and BlockMultiVector
  • Fix some build warnings in Ifpack2 and Tpetra

Related Issues

Merge request reports