Skip to content

[el2p] fix the El2PAMGBackend for sequential grids and HAVE_MPI==1

Bernd Flemisch requested to merge feature/fix-el2pamgbackend into master

The fix for the general AMGBackend in commit 21c2b3d8 didn't reach the El2PAMGBackend, since the el2p model defines its own AmgTraits. Resolve the issue by using template specialization and Dune::Capabilities.

Merge request reports