Skip to content
Snippets Groups Projects
Commit 9514ec94 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Switch function interface in `GeneralizedLaplaceAssembler`

* Switch to dune-functions interface for grid functions
* Adjust test
* Also test with scalar- and matrix-valued dune-functions grid functions as coefficients
* Disable test with `Dune::Functions::ComposedGridFunction` for dune-functions-2.8

After this patch you can no longer pass a `Dune::VirtualFunction` or `VirtualGridFunction`
as diffusivity coefficient, but have to use either the `std::function` or the
`Dune::Functions::GridViewFunction` interface.
parent 151195f0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment