1 #ifndef AMESOS_SUPPORT_H 2 #define AMESOS_SUPPORT_H 8 #ifdef HAVE_AMESOS_EPETRAEXT 49 #ifdef HAVE_AMESOS_EPETRAEXT 54 Teuchos::RCP<Epetra_MultiVector> StandardizeIndex(
Epetra_MultiVector & OriginalMultiVector );
61 return &*StdIndexMap_ ;
68 #ifdef HAVE_AMESOS_EPETRAEXT 69 Teuchos::RCP<Epetra_Map> StdIndexMap_;
72 Teuchos::RCP<EpetraExt::CrsMatrix_Reindex> MatTrans_;
74 Teuchos::RCP<EpetraExt::MultiVector_Reindex> VecTrans_;
Amesos_StandardIndex(const Epetra_Map &OriginalMap)
Default constructor.
~Amesos_StandardIndex()
Default destructor.
Amesos_Support: Collection of utilities not included in Amesos.h.