Skip to content
Snippets Groups Projects
Commit fb368db4 authored by René Fritze's avatar René Fritze
Browse files

beginning to sep. fem only code

parent 24ab7ebf
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#if HAVE_DUNE_FEM
#include <dune/fem/function/blockvectorfunction/blockvectorfunction.hh>
namespace boost {
namespace math {
//! isinf specialization for Dune::StraightenBlockVector
......@@ -34,6 +36,7 @@ inline bool isinf(const Dune::StraightenBlockVector<BlockVectorImp, DofImp>& x)
}
}
}
#endif
namespace Stuff {
......
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