1 #include <libmesh/eigen_sparse_vector.h> 3 #ifdef LIBMESH_HAVE_EIGEN 22 _managed_comm = std::make_unique<Parallel::Communicator>();
25 my_comm = _managed_comm.get();
35 this->libmesh_suite_name =
"NumericVectorTest";
37 this->libmesh_suite_name =
"EigenSparseVectorTest";
44 CPPUNIT_TEST_SUITE_END();
49 #endif // #ifdef LIBMESH_HAVE_EIGEN CPPUNIT_TEST_SUITE_REGISTRATION(EigenSparseVectorTest)
The libMesh namespace provides an interface to certain functionality in the library.
bool summarized_logs_enabled()
libMesh::PerfLog * unitlog
std::unique_ptr< Parallel::Communicator > _managed_comm
This class provides a nice interface to the Eigen C++-based data structures for serial vectors...