diff --git a/doc/doxygen/extradoc/featurelist.txt b/doc/doxygen/extradoc/featurelist.txt
index 8b0f46983fb51c6632a94fb7429d8e1d7866e249..556343686c153bdb7003e6dd74eec5f24683d571 100644
--- a/doc/doxygen/extradoc/featurelist.txt
+++ b/doc/doxygen/extradoc/featurelist.txt
@@ -7,58 +7,53 @@
  * The list gives an overview over features that are already
  * implemented in DuMuX and in which respective test problem
  * they can be found.
- * The list is currently in progress, it will be completed soon.
  *
  * <div style="width:70%;overflow:auto;">
  *
  * \section  Freeflow
- * | | Fluidsystem | Gridmanager | Primyvariables | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | Gravity | TurbulenceModels | Comments |
- * | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- |
- * | \c navierstokes/test_navierstokes | - | ALUGrid/UGGrid/YaspGrid | - | i | box | SuperLU,UMFPack | - | TRUE | - | uses constant, runtime-specified fluidproperties |
- * | \c stokes/test_stokes | - | YaspGrid | - | i | box | SuperLU,UMFPack | - | TRUE | - | |
- * | \c stokes2c/test_stokes2c | H2OAir | YaspGrid | Mole | i | box | SuperLU,UMFPack | - | TRUE | - | two tests: diffusion and diffusion+advection |
- * | \c stokes2cni/test_stokes2cni | H2OAir | YaspGrid | Mole | ni | box | Pardiso,UMFPack | - | TRUE | - | two tests: conduction and conduction+convection |
- * | \c zeroeq/test_zeroeq | - | UGGrid/YaspGrid | - | i | box | SuperLU,UMFPack | - | FALSE | BaldwinLomax | |
- * | \c zeroeq/test_zeroeq_channel | - | UGGrid/YaspGrid | - | i | box | UMFPack | - | FALSE | modified VanDriest | includes surface roughness, only one wall |
- * | \c zeroeq2c/test_zeroeq2c | H2OAir | UGGrid/YaspGrid | Mole | i | box | SuperLU,UMFPack | - | FALSE | Prandtl, Meier-Rotta | |
- * | \c zeroeq2cni/test_zeroeq2cni | H2OAir | UGGrid/YaspGrid | Mole | ni | box | SuperLU,UMFPack | - | FALSE | Prandtl, modified VanDriest | includes surface roughness |
+ * |Tests | |Fluidsystem | Gridmanager | Mass-/Molefractionfraction | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | Gravity | TurbulenceModels | Comments |
+ * | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- |:- |
+ * | \c navierstokes | navierstokes | - | ALUGrid/UGGrid/YaspGrid | - | i | box | SuperLU, UMFPack | - | TRUE | - | uses constant, runtime-specified fluidproperties |
+ * | \c stokes | stokes | - | YaspGrid | - | i | box | SuperLU, UMFPack | - | TRUE | - | |
+ * | \c stokes2c | stokes2c | H2OAir | YaspGrid | Mole | i | box | SuperLU, UMFPack | - | TRUE | - | two tests: diffusion and diffusion+advection |
+ * | \c stokes2cni | stokes2cni | H2OAir | YaspGrid | Mole | ni | box | Pardiso, UMFPack | - | TRUE | - | two tests: conduction and conduction+convection |
+ * | \c zeroeq | zeroeq | - | UGGrid/YaspGrid | - | i | box | SuperLU, UMFPack | - | FALSE | BaldwinLomax | |
+ * | \c zeroeq | zeroeq_channel | - | UGGrid/YaspGrid | - | i | box | UMFPack | - | FALSE | modified VanDriest | includes surface roughness, only one wall |
+ * | \c zeroeq2c | zeroeq2c | H2OAir | UGGrid/YaspGrid | Mole | i | box | SuperLU, UMFPack | - | FALSE | Prandtl, Meier-Rotta | |
+ * | \c zeroeq2cni | zeroeq2cni | H2OAir | UGGrid/YaspGrid | Mole | ni | box | SuperLU, UMFPack | - | FALSE | Prandtl, modified VanDriest | includes surface roughness |
  *
  * \section Io
- * | | Comments |
+ * |Tests | Comments |
  * | :- | :- |
  * | \c gnuplotinterface/test_gnuplotinterface | tests the plotting of data sets, functions, and files |
  *
  * \section Implicit
- * | Tests | | Fluidsystem | Gridmanager | Primyvariables | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | BoundaryCondition | Homogeneity | MaterialLaw | Permeability | Gravity | JacobianRecycling | PartialReassemble | Comments |
+ * | Tests | | Fluidsystem | Gridmanager | Mass/Mole | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | BoundaryCondition | Homogeneity | MaterialLaw | Permeability | Gravity | JacobianRecycling | PartialReassemble | Comments |
  * | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- |
  * | 1p | test | - | YaspGrid | - | ni | box/cc | AMGbackend | - | dirichletAtPos, neumannAtPos | Lense-Problem | - | Scalar | TRUE | - | - | - |
  * | | convection | - | YaspGrid | - | ni | box/cc | AMGbackend | - | dirichletAtPos, neumannAtPos | Lense-Problem | - | Scalar | TRUE | - | - | - |
  * | | conduction | - | YaspGrid | - | ni | box/cc | AMGbackend | - | dirichletAtPos, neumannAtPos | Lense-Problem | - | Scalar | TRUE | - | - | - |
- * | 1p2c | outflow | H2ON2LiquidPhase | UGGrid/YaspGrid | UseMoles/UseMass | i/ni | box/cc | - | - | dirichletAtPos, neumann | homogeneous | - | Scalar | FALSE | - | - | - |
- * | | convection | H2ON2LiquidPhase | YaspGrid | UseMoles | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | - | Scalar | FALSE | - | - | - |
- * | | conduction | H2ON2LiquidPhase | YaspGrid | UseMoles | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | - | Scalar | FALSE | - | - | - |
+ * | 1p2c | outflow | H2ON2LiquidPhase | UGGrid/YaspGrid | Mole/Mass | i/ni | box/cc | - | - | dirichletAtPos, neumann | homogeneous | - | Scalar | FALSE | - | - | - |
+ * | | convection | H2ON2LiquidPhase | YaspGrid | Mole | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | - | Scalar | FALSE | - | - | - |
+ * | | conduction | H2ON2LiquidPhase | YaspGrid | Mole | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | - | Scalar | FALSE | - | - | - |
  * | 2p | injection | H2ON2, SimpleH2O | UGGrid/YaspGrid | - | i/ni | box/cc | - | TRUE | dirichletAtPos, neumannAtPos | Lense-Problem | Brooks-Corey | Scalar | TRUE | - | - | - |
  * | | generalizeddirichlet | H2O, LNAPL | YaspGrid | - | i/ni | box/cc | - | TRUE | dirichletAtPos, neumannAtPos | homogeneous | Brooks-Corey | Matrix | FALSE | TRUE | TRUE | - |
  * | | cc2pcornerpoint | SimpleH2O | CpGrid | - | i/ni | box/cc | AMGbackend | TRUE | dirichletAtPos, neumannAtPos | homogeneous | van Genuchten | Matrix | FALSE | TRUE | TRUE | - |
  * | | lens | SimpleH2O, DNAPL | UGGrid/YaspGrid/ALUGrid | - | i/ni | box/cc | SuperLuBackend | TRUE | dirichletAtPos, neumannAtPos | Lense-Problem | Brooks-Corey | Scalar | TRUE | TRUE | TRUE | - |
- * | 2p2c | injection | H2ON2 | YaspGrid | UseMoles | i/ni | box/cc | - | - | dirichletAtPos,solDependentNeumann | Lense-Problem | Brooks-Corey | Scalar | TRUE | TRUE | - | - |
- * | | waterair | H2ON2 | YaspGrid | UseMoles | i/ni | box/cc | - | - | diricheltAtPos, neumann, sourceAtPos | Lense-Problem | Brooks-Corey | Scalar | FALSE | TRUE | - | - |
+ * | 2p2c | injection | H2ON2 | YaspGrid | Mole | i/ni | box/cc | - | - | dirichletAtPos,solDependentNeumann | Lense-Problem | Brooks-Corey | Scalar | TRUE | TRUE | - | - |
+ * | | waterair | H2ON2 | YaspGrid | Mole | i/ni | box/cc | - | - | diricheltAtPos, neumann, sourceAtPos | Lense-Problem | Brooks-Corey | Scalar | FALSE | TRUE | - | - |
  * | 2pdfm | - | SimpleH2O, DNAPL | UGGrid/YaspGrid | - | ni | - | BoxBiCGStabILU0Solver | - | dirichletAtPos, neumannAtPos | Fracture/Matrix | regularizedbrookscorey | Scalar | FALSE | TRUE | TRUE | - |
+ * | 2pminc | - | SimpleH2O, DNAPL | YaspGrid | - | i | box  | - |  FALSE | neumannAtPos, dirichletAtPos | Fracture | Brooks-Corey  | Matrix | TRUE | TRUE |  TRUE | 2D-Problem |
+ * | 2pnc | fuelcell | H2ON2O2 | UGGrid | - | ni | box | - |  FALSE | dirichletAtPos, solDependentNeumann |  homogeneous | Brooks-Corey/Van Genuchten| Matrix | FALSE | FALSE | FALSE | water management in PEM-fuel cells |
+ * | 2pncminc | dissolution | BrineAir | YaspGrid |  Mole/Mass | ni | box  | - | FALSE | dirichlet, neumann |  homogeneous | Brooks-Corey| Scalar | TRUE | FALSE | FALSE | flushing precipitated salt |
  * | 3p | infiltration | H2OAirMesitylene | YaspGrid | - | i | cc | - | - | dirichletAtPos, neumann, sourceAtPos | Lense-Problem | van Genuchten | Scalar | FALSE | - | - | - |
  * | | convection | H2OAirMesitylene | YaspGrid | - | ni | box/cc | - | - | diricheltAtPos, solDependentNeumann, sourceAtPos | homogeneous | van Genuchten | Scalar | FALSE | - | - | - |
  * | | conduction | H2OAirMesitylene | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | van Genuchten | Scalar | FALSE | - | - | - |
  * | 3p3c | infiltration | H2OAirMesitylene | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann | Lense-Problem | van Genuchten | Scalar | FALSE | - | - | backward/central/forward differences |
  * | | columnxylol | H2OAirXylene | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann | Lense-Problem | van Genuchten | Scalar | FALSE | - | - | backward/central/forward differences |
  * | | kuevette | H2OAirMesitylene | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann | Lense-Problem | van Genuchten | Scalar | FALSE | - | - | backward/central/forward differences |
- * | co2 | heterogeneous | BrineCO2FluidSystem | ALUGrid/YaspGrid | UseMoles/UseMass | i/ni | box/cc | - | - | dirichletAtPos, neumann | layered system | van Genuchten | Scalar | TRUE | - | - | - |
- * | freeflow | navierstokes | | | - | i | box | | - | | - | - | - | FALSE | - | - | - |
- * | | stokes | | | - | i | box | | - | | - | - | - | FALSE | - | - | - |
- * | | stokes2c | | | | i | box | | - | | - | - | - | FALSE | - | - | - |
- * | | stokes2cni | | | | ni | box | | - | | - | - | - | FALSE | - | - | - |
- * | | zeroeq | | | - | i | box | | - | | - | - | - | FALSE | - | - | - |
- * | | zeroeq2c | | | | i | box | | - | | - | - | - | FALSE | - | - | - |
- * | | zeroeq2cni | | | | ni | box | | - | | - | - | - | FALSE | - | - | - |
- * | mpnc | combustion1c | PureWaterSimpleFluidSystem | OneDGrid | UseMoles | ni | box/cc | SuperLuBackend | - | dirichletAtPos, solDependentNeumann, source | homogeneous | van Genuchten | Scalar | TRUE | - | - | - |
+ * | co2 | heterogeneous | BrineCO2FluidSystem | ALUGrid/YaspGrid | Mole/Mass | i/ni | box/cc | - | - | dirichletAtPos, neumann | layered system | van Genuchten | Scalar | TRUE | - | - | - |
+ * | mpnc | combustion | PureWaterSimpleFluidSystem | OneDGrid | Mole | ni | box/cc | SuperLuBackend | - | dirichletAtPos, solDependentNeumann, source | homogeneous | van Genuchten | Scalar | TRUE | - | - | - |
  * | | evaporationatmosphere | H2ON2Kinetic | UGGrid/ALUGrid/YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann | homogeneous | Brooks-Corey | Scalar | FALSE | - | - | - |
  * | | forchheimer1p | SimpleH2O | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | linear law | Scalar | FALSE | - | TRUE | - |
  * | | forchheimer2p | H2ON2 | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumann, sourceAtPos | homogeneous | linear law | Scalar | TRUE | - | TRUE | - |
@@ -68,37 +63,35 @@
  * | | convection | H2ON2 | YaspGrid | - | ni | box/cc | - | - | dirichletAtPos, neumannAtPos | Lense-Problem | van Genuchten | Scalar | TRUE | - | TRUE | - |
  *
  * \section Sequential
- * | Tests | | Fluidsystem | Gridmanager | Primyvariables | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | BoundaryCondition | Homogeneity | MaterialLaw | Permeability | Gravity | JacobianRecycling | PartialReassemble | Comments |
+ * | Tests | | Fluidsystem | Gridmanager | Primaryvariables | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | BoundaryCondition | Homogeneity | MaterialLaw | Permeability | Gravity | JacobianRecycling | PartialReassemble | Comments |
  * | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- |
- * | 1p | dec1p | liquidphase | YaspGrid | pw, sw | i | cc | ILU0BiCGSTABBackend | yes | dirichletAtPos, neumannAtPos | homogeneous | - | Matrix | FALSE | - | - | TPFA flux |
- * | | diffusion | - | ALUGrid/UGGrid | pw, sw | i | cc | SSORBiCGSTABBackend | yes | neumannAPos, dirichletAtPos, sourceAtPos | homogeneous| - | Matrix | FALSE | - | - | - |
- * | | diffusion 3d | - | ALUGrid/UGGrid | pw, sw | i | cc | SuperLUBackend/ILUnRestartedGMResBackend | yes | neumannAPos, dirichletAtPos, sourceAtPos | homogeneous | - | Matrix | FALSE | - | - | TPFA, MPFA, Mimetic flux |
- * | 2p | 3c2p | - | ALUGrid | pn,sw/pw,sw | i | cc | ILU0BiCGSTABBackend | yes/no | dirichletAtPos, neumannAtPos | homogeneous | RegularizedBrooksCorey | Matrix | FALSE | - | - | TPFA, MPFA, Mimetic flux |
- * | | impesadaptive | - | ALUGrid | pw,sw | i | cc | ILU0BiCGSTABBackend | yes | dirichletAtPos, neumannAtPos | homogeneous | RegularizedBrooksCorey | Scalar | FALSE | - | - | TPFA flux |
- * | | impes | - | ALUGrid | pw,sw | i | cc | ILU0BiCGSTABBackend | no | dirichletAtPos, neumannAtPos | homogeneous | RegularizedBrooksCorey | Scalar | FALSE | - | - | TPFA flux |
- * | | mpfa2p | - | ALUGrid | pn,sw/pw,sw | i | cc | ILU0BiCGSTABBackend | no | dirichletAtPos, neumannAtPos | Lense-Problem | RegularizedBrooksCorey | Matrix | TRUE/FALSE | - | - | TPFA/MPFA flux  |
- * | | transport | - | YaspGrid | pw,sw | i | cc | ILU0BiCGSTABBackend | no | dirichletAtPos, neumannAtPos | homogeneous | Linear| Scalar | FALSE | - | - | TPFA flux  |
- * | 2p2c | multiphysics2p2c | H2OAir | YaspGrid | pn,sw | i | cc | ILU0BiCGSTABBackend | no |  dirichletAtPos, neumannAtPos | homogeneous | Linear| Matrix | TRUE | - | - | TPFA flux |
- * | | adaptive2p2c2d | H2OAir/H2ON2 | ALUGrid/YaspGrid | pn, sn | i | cc | ILU0BiCGSTABBackend | yes | diricheltAtPos, neumann, sourceAtPos | homogeneous | Brooks-Corey | Matrix | TRUE | - | - | TPFA (MPFA on hanging nodes) flux  |
- * | | dec2p2c | H2OAir | YaspGrid | pn, sw | i | cc | ILU0BiCGSTABBackend | no | diricheltAtPos, neumann, sourceAtPos | homogeneous | Brooks-Corey | Matrix | TRUE | - | - | TPFA flux |
- * | | adaptive2p2c3d | H2OAir | ALUGrid/YaspGrid | pn, sw | i | cc | ILU0BiCGSTABBackend | yes | diricheltAtPos, neumann, sourceAtPos | homogeneous | Brooks-Corey | Matrix | FALSE | - | - | TPFA (MPFA on hanging nodes) flux |
+ * | 1p | dec1p | Liquidphase | YaspGrid | pw, sw | i | cc | ILU0BiCGSTABBackend | TRUE | dirichletAtPos, neumannAtPos | homogeneous | - | Matrix | FALSE | - | - | TPFA flux |
+ * | | diffusion | - | ALUGrid/UGGrid | pw, sw | i | cc | SSORBiCGSTABBackend | TRUE | neumannAPos, dirichletAtPos, sourceAtPos | homogeneous| - | Matrix | FALSE | - | - | - |
+ * | | diffusion 3d | - | ALUGrid/UGGrid | pw, sw | i | cc | SuperLUBackend/ILUnRestartedGMResBackend | TRUE | neumannAPos, dirichletAtPos, sourceAtPos | homogeneous | - | Matrix | FALSE | - | - | TPFA, MPFA, Mimetic flux |
+ * | 2p | 3c2p | - | ALUGrid | pn/pw, sw | i | cc | ILU0BiCGSTABBackend | TRUE/FALSE | dirichletAtPos, neumannAtPos | homogeneous | RegularizedBrooksCorey | Matrix | FALSE | - | - | TPFA, MPFA, Mimetic flux |
+ * | | impesadaptive | - | ALUGrid | pw, sw | i | cc | ILU0BiCGSTABBackend | TRUE | dirichletAtPos, neumannAtPos | homogeneous | RegularizedBrooksCorey | Scalar | FALSE | - | - | TPFA flux |
+ * | | impes | - | ALUGrid | pw, sw | i | cc | ILU0BiCGSTABBackend | FALSE | dirichletAtPos, neumannAtPos | homogeneous | RegularizedBrooksCorey | Scalar | FALSE | - | - | TPFA flux |
+ * | | mpfa2p | - | ALUGrid | pn, sw | i | cc | ILU0BiCGSTABBackend | FALSE | dirichletAtPos, neumannAtPos | Lense-Problem | RegularizedBrooksCorey | Matrix | TRUE/FALSE | - | - | TPFA/MPFA flux  |
+ * | | transport | - | YaspGrid | pw, sw | i | cc | ILU0BiCGSTABBackend | FALSE | dirichletAtPos, neumannAtPos | homogeneous | Linear| Scalar | FALSE | - | - | TPFA flux  |
+ * | 2p2c | multiphysics2p2c | H2OAir | YaspGrid | pn, sw | i | cc | ILU0BiCGSTABBackend | FALSE |  dirichletAtPos, neumannAtPos | homogeneous | Linear| Matrix | TRUE | - | - | TPFA flux |
+ * | | adaptive2p2c2d | H2OAir/H2ON2 | ALUGrid/YaspGrid | pn, sn | i | cc | ILU0BiCGSTABBackend | TRUE | diricheltAtPos, neumann, sourceAtPos | homogeneous | Brooks-Corey | Matrix | TRUE | - | - | TPFA (MPFA on hanging FALSEdes) flux  |
+ * | | dec2p2c | H2OAir | YaspGrid | pn, sw | i | cc | ILU0BiCGSTABBackend | FALSE | diricheltAtPos, neumann, sourceAtPos | homogeneous | Brooks-Corey | Matrix | TRUE | - | - | TPFA flux |
+ * | | adaptive2p2c3d | H2OAir | ALUGrid/YaspGrid | pn, sw | i | cc | ILU0BiCGSTABBackend | TRUE | diricheltAtPos, neumann, sourceAtPos | homogeneous | Brooks-Corey | Matrix | FALSE | - | - | TPFA (MPFA on hanging FALSEdes) flux |
  *
  * \section  Material
- * | | Comments |
- * | :- | :- |
- * | \c fluidmatrixinteractions/test_effectivediffusivityconstanttau | tests the constanttau effective diffusivity law |
- * | \c fluidmatrixinteractions/test_effectivediffusivitymillingtonquirk | tests the millington-quirk effective diffusivity law |
- * | \c fluidmatrixinteractions/2p/test_thermalconductivityjohansen | tests the johansen effective conductivity law |
- * | \c fluidmatrixinteractions/2p/test_thermalconductivitysomerton | tests the somerton effective conductivity law |
+ * |Tests | |Comments |
+ * | :- | :- |:- |
+ * | \c fluidmatrixinteractions | effectivediffusivityconstanttau | tests the constanttau effective diffusivity law |
+ * | \c fluidmatrixinteractions | effectivediffusivitymillingtonquirk | tests the millington-quirk effective diffusivity law |
  *
  * \section Multidomain
- * | | Fluidsystem | Gridmanager | Primyvariables | Non-/Isothermal | Discretization | linearSolver | Gravity | MaterialLaws | StokesStabilization | Comments |
- * | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- |
- * | \c 2cstokes2p2c/2cstokes2p2c | H2OAir | UGGrid/ALUGrid/YaspGrid | Mass | i | box | Pardiso,SuperLU | TRUE/FALSE | RegularizedVanGenuchten | No | |
- * | \c 2cnistokes2p2cni/2cnistokes2p2cni | H2OAir | UGGrid/ALUGrid/YaspGrid | Mass | ni | box | Pardiso,SuperLU | TRUE/FALSE | RegularizedVanGenuchten,ThermalConductivitySomerton | No | uses the gnuplotinterface for graphical live output |
- * | \c 2cnistokes2p2cni/2cnistokes2p2cni_boundarylayer | H2OAir | UGGrid/ALUGrid/YaspGrid | Mass | ni | box | Pardiso,SuperLU | TRUE/FALSE | RegularizedVanGenuchten,ThermalConductivitySomerton | No | uses boundarylayer models to calculate the interface fluxes |
- * | \c 2czeroeq2p2c/2czeroeq2p2c | H2OAir | UGGrid/ALUGrid | Mass | i | box | SuperLU,UMFPack | TRUE/FALSE | RegularizedVanGenuchten | No | |
- * | \c 2cnizeroeq2p2cni/2cnizeroeq2p2cni | H2OAir | UGGrid/ALUGrid | Mass | ni | box | SuperLU,UMFPack | TRUE/FALSE | RegularizedVanGenuchten,ThermalConductivityJohansen | No | |
+ * |Tests | | Fluidsystem | Gridmanager | Mass/Mole | Non-/Isothermal | Discretization | linearSolver | Gravity | MaterialLaws | StokesStabilization | Comments |
+ * | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- | :- |:- |
+ * | \c 2cstokes2p2c |2cstokes2p2c  | H2OAir | UGGrid/ALUGrid/YaspGrid | Mass | i | box | Pardiso, SuperLU | TRUE/FALSE | RegularizedVanGenuchten | FALSE | |
+ * | \c 2cnistokes2p2cni|2cnistokes2p2cni  | H2OAir | UGGrid/ALUGrid/YaspGrid | Mass | ni | box | Pardiso, SuperLU | TRUE/FALSE | RegularizedVanGenuchten, ThermalConductivitySomerton | FALSE | uses the gnuplotinterface for graphical live output |
+ * | \c 2cnistokes2p2cni| boundarylayer | H2OAir | UGGrid/ALUGrid/YaspGrid | Mass | ni | box | Pardiso, SuperLU | TRUE/FALSE | RegularizedVanGenuchten, ThermalConductivitySomerton | FALSE | uses boundarylayer models to calculate the interface fluxes |
+ * | \c 2czeroeq2p2c |2czeroeq2p2c | H2OAir | UGGrid/ALUGrid | Mass | i | box | SuperLU, UMFPack | TRUE/FALSE | RegularizedVanGenuchten | FALSE | |
+ * | \c 2cnizeroeq2p2cni|2cnizeroeq2p2cni | H2OAir | UGGrid/ALUGrid | Mass | ni | box | SuperLU, UMFPack | TRUE/FALSE | RegularizedVanGenuchten, ThermalConductivityJohansen | FALSE | |
  *
  * </div>
  */