1 #include <libmesh/laspack_vector.h> 3 #ifdef LIBMESH_HAVE_LASPACK 23 _managed_comm = std::make_unique<Parallel::Communicator>();
26 my_comm = _managed_comm.get();
36 this->libmesh_suite_name =
"NumericVectorTest";
38 this->libmesh_suite_name =
"LaspackVectorTest";
45 CPPUNIT_TEST_SUITE_END();
50 #endif // #ifdef LIBMESH_HAVE_LASPACK
CPPUNIT_TEST_SUITE_REGISTRATION(LaspackVectorTest)
The libMesh namespace provides an interface to certain functionality in the library.
bool summarized_logs_enabled()
std::unique_ptr< Parallel::Communicator > _managed_comm
This class provides a nice interface to the Laspack C-based data structures for serial vectors...
libMesh::PerfLog * unitlog