Skip to content

[python] Adjust to changed block_vector_unmanaged interface

Carsten Gräser requested to merge cleanup/remove-useless-allocators into master

This piece of code is nasty for several reasons:

  • It's a dependency on the downstream module dune-istl.
  • It depends on implementation details.
  • For the specific details it is very explicitly noted that they should not be used outside of dune-istl.

But maybe this is unavoidable for technical reasons here.

Merge request reports