libMesh
distributed_vector_test.C
Go to the documentation of this file.
1 #include <libmesh/distributed_vector.h>
2 
3 #include "numeric_vector_test.h"
4 
5 
6 using namespace libMesh;
7 
8 class DistributedVectorTest : public NumericVectorTest<DistributedVector<Number>> {
9 public:
13  this->libmesh_suite_name = "NumericVectorTest";
14  else
15  this->libmesh_suite_name = "DistributedVectorTest";
16  }
17  CPPUNIT_TEST_SUITE( DistributedVectorTest );
18 
19  NUMERICVECTORTEST
20 
21  CPPUNIT_TEST_SUITE_END();
22 };
23 
CPPUNIT_TEST_SUITE_REGISTRATION(DistributedVectorTest)
The libMesh namespace provides an interface to certain functionality in the library.
bool summarized_logs_enabled()
Definition: perf_log.h:202
This class provides a simple parallel, distributed vector datatype which is specific to libmesh...
libMesh::PerfLog * unitlog
Definition: driver.C:173