Skip to content

Exchangeable-upwind-scheme

Dennis Gläser requested to merge feature/make-upwindscheme-exchangeable into master

The upwind scheme is now a template parameter to the porous medium flux variables with a default value. This also has the benefit that the base class is getting smaller with the upwind scheme not being in it. Staggered, for example, does not use an upwind scheme and thus always carried an invalid upwind scheme implementation in the base class.

Merge request reports