libMesh
Loading...
Searching...
No Matches
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
6
7
8using namespace libMesh;
9
10class EpetraVectorTest : public NumericVectorTest<EpetraVector<Real>> {
11public:
15 this->libmesh_suite_name = "NumericVectorTest";
16 else
17 this->libmesh_suite_name = "EpetraVectorTest";
18 }
19
21
22 NUMERICVECTORTEST
23
25};
26
28
29#endif // LIBMESH_TRILINOS_HAVE_EPETRA
NUMERICVECTORTEST CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST_SUITE(EpetraVectorTest)
This class provides a nice interface to the Trilinos Epetra_Vector object.
bool summarized_logs_enabled()
Definition perf_log.h:210
libMesh::PerfLog * unitlog
Definition driver.C:220
The libMesh namespace provides an interface to certain functionality in the library.
CPPUNIT_TEST_SUITE_REGISTRATION(EpetraVectorTest)