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:
12  CPPUNIT_TEST_SUITE( EpetraVectorTest );
13 
14  NUMERICVECTORTEST
15 
16  CPPUNIT_TEST_SUITE_END();
17 };
18 
20 
21 #endif // LIBMESH_TRILINOS_HAVE_EPETRA
libMesh
The libMesh namespace provides an interface to certain functionality in the library.
Definition: factoryfunction.C:55
CPPUNIT_TEST_SUITE_REGISTRATION
CPPUNIT_TEST_SUITE_REGISTRATION(EpetraVectorTest)
numeric_vector_test.h
EpetraVectorTest
Definition: trilinos_epetra_vector_test.C:10
NumericVectorTest
Definition: numeric_vector_test.h:27