dr-robertk
dr-robertk
@andlaus: Like the ISTLMatrixBackend where should I put the code from fvbasediscretization to make the changes in fvbasediscretization only a few lines?
It should build with 2.5 and 2.6, I tested 2.5 and the build worked yesterday. So don't know what went wrong on your side.
So you are asking whether the code compiles with the 2.5 release of dune-fem when it needs things that are only implemented in the current master. Without testing I can...
Ok maybe I make it separate: The fem-solver backend needs the dune-fem master.
This means that using dune-fem 2.5 and wanting to use the fem solver backend will not work. Does this answer your question?
So to conclude: I will add some DUNE_VERSION... checks to make clear, which version is to used.
Just to confirm, the tests compile with with dune 2.5 and dune-fem found without using the fem solvers.
Yes, because first I wanted to get all the changes in place without disturbing the existing stuff. Once that is done I will introduce an example.