51 #ifdef HAVE_SHYLUCORE_TPETRA 52 #include "Tpetra_ConfigDefs.hpp" 57 template class PartitionInterface<Epetra_CrsMatrix, Epetra_MultiVector>;
59 #if defined(HAVE_SHYLUCORE_TPETRA) 61 #if defined(HAVE_TPETRA_INST_FLOAT) && defined(HAVE_TPETRA_INST_INT_INT) 62 template class PartitionInterface<
63 Tpetra::CrsMatrix<float, int, int>,
64 Tpetra::MultiVector<float, int, int> >;
65 #endif // defined(HAVE_TPETRA_INST_FLOAT) && defined(HAVE_TPETRA_INST_INT_INT) 67 #if defined(HAVE_TPETRA_INST_DOUBLE) && defined(HAVE_TPETRA_INST_INT_INT) 68 template class PartitionInterface<
69 Tpetra::CrsMatrix<double, int, int> ,
70 Tpetra::MultiVector<double, int, int> >;
71 #endif // defined(HAVE_TPETRA_INST_DOUBLE) && defined(HAVE_TPETRA_INST_INT_INT) 73 #endif // defined(HAVE_SHYLUCORE_TPETRA) Epetra/Tpetra templated interface for calls to Zoltan(Isorropia)/Zoltans.
Epetra/Tpetra templated interface for calls to Zoltan(Isorropia)/Zoltans.