libMesh
trilinos_epetra_vector_test.C
Go to the documentation of this file.
1 #include <libmesh/trilinos_epetra_vector.h>
2 
3 #ifdef LIBMESH_TRILINOS_HAVE_EPETRA
4 
5 #include "numeric_vector_test.h"
6 
7 
8 using namespace libMesh;
9 
10 class EpetraVectorTest : public NumericVectorTest<EpetraVector<Real>> {
11 public:
15  this->libmesh_suite_name = "NumericVectorTest";
16  else
17  this->libmesh_suite_name = "EpetraVectorTest";
18  }
19 
20  CPPUNIT_TEST_SUITE( EpetraVectorTest );
21 
22  NUMERICVECTORTEST
23 
24  CPPUNIT_TEST_SUITE_END();
25 };
26 
28 
29 #endif // LIBMESH_TRILINOS_HAVE_EPETRA
This class provides a nice interface to the Trilinos Epetra_Vector object.
CPPUNIT_TEST_SUITE_REGISTRATION(EpetraVectorTest)
The libMesh namespace provides an interface to certain functionality in the library.
bool summarized_logs_enabled()
Definition: perf_log.h:202
libMesh::PerfLog * unitlog
Definition: driver.C:161