Tpetra::MultiVector: Deprecate getDualView & remove its use from Trilinos
Created by: mhoemmen
@trilinos/tpetra
-
Deprecate
Tpetra::MultiVector::getDualView
. - Remove its use from Trilinos.
- Explain (in the method's Doxygen documentation) how to get the same functionality.
Motivation and Context
The getDualView
method exposes an implementation detail of Tpetra::MultiVector
. This hinders fixing #364 and #333.