Skip to content

Capture parameter classes by non-const references

Marian Piatkowski requested to merge bugfix/non-const-ref-parameter into master

Pass parameter classes in the drivers by simple references and not const references.

Add (trivial) setTime()-method to problem classes which are used in instationary calculations.

This is related to the merge request dune-pdelab!189 (merged) which has been merged by now.

Merge request reports