Skip to content
Snippets Groups Projects

DirichletBC: Use specialization for Constraints instead of general case

Merged Müller, Felix requested to merge issue/dirichletbc_use_constraints_specialization into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -7,8 +7,7 @@
#include <dune/functions/functionspacebases/interpolate.hh>
#include <dune/functions/functionspacebases/subspacebasis.hh>
#include <amdis/Output.hpp>
#include <amdis/linearalgebra/Constraints.hpp>
#include <amdis/LinearAlgebra.hpp>
namespace AMDiS {
Loading