Skip to content
Snippets Groups Projects

Remove assertion that dune-parmg and dune-functions bases cannot be used...

1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -69,12 +69,6 @@ public:
@@ -69,12 +69,6 @@ public:
: IterativeSolver<VectorType, Dune::BitSetVector<blocksize> >(0,100,NumProc::FULL),
: IterativeSolver<VectorType, Dune::BitSetVector<blocksize> >(0,100,NumProc::FULL),
hessianMatrix_(std::shared_ptr<MatrixType>(NULL)), h1SemiNorm_(NULL)
hessianMatrix_(std::shared_ptr<MatrixType>(NULL)), h1SemiNorm_(NULL)
{
{
#if HAVE_DUNE_PARMG
// TODO currently, we cannot use PARMG together with dune-functions bases
static_assert( not Dune::models<Dune::Functions::Concept::GlobalBasis<GridView>, BasisType>() ,
"Currently, dune-parmg and dune-functions bases cannot be used together."
);
#endif
}
}
/** \brief Set up the solver using a monotone multigrid method as the inner solver */
/** \brief Set up the solver using a monotone multigrid method as the inner solver */
Loading