Skip to content
Snippets Groups Projects

Test istlmatrixbackend with a matrix with FM<2,1> blocks

Closed Oliver Sander requested to merge test-istlmatrixbackend-for-one-line-blocks into master
1 unresolved thread
2 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -487,7 +487,7 @@ struct Conversion<Dune::BoundarySegment<dim, dimworld, ctype>*>
{
using Range = Dune::FieldVector<double,dimworld>;
using Segment = Impl::BoundarySegmentFromCallable<dim, dimworld, ctype>;
using Segment = ::Impl::BoundarySegmentFromCallable<dim, dimworld, ctype>;
segmentPointer = new Segment(make_function<Range>(Imp::inc(pyF)));
}
Loading