Skip to content
Snippets Groups Projects
Commit ea95a361 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing numerics when EIGEN is not detedted

parent 43bc8691
No related branches found
No related tags found
No related merge requests found
......@@ -254,8 +254,10 @@ template<typename solver_type,typename lid_nn_3d> void lid_driven_cavity_3d()
BOOST_AUTO_TEST_CASE(lid_driven_cavity)
{
#ifdef HAVE_PETSC
#ifdef HAVE_EIGEN
lid_driven_cavity_3d<umfpack_solver<double>,lid_nn_3d_eigen>();
#endif
#ifdef HAVE_PETSC
lid_driven_cavity_3d<petsc_solver<double>,lid_nn_3d_petsc>();
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment