diff --git a/dumux/freeflow/navierstokes/mass/1p/model.hh b/dumux/freeflow/navierstokes/mass/1p/model.hh
index aeace017fef12206ca762b55cb5a7b03f45a3524..91aae0039856bc099881f96cc3d51c66c5aa9391 100644
--- a/dumux/freeflow/navierstokes/mass/1p/model.hh
+++ b/dumux/freeflow/navierstokes/mass/1p/model.hh
@@ -41,8 +41,6 @@
  *
  * closes the system.
  *
- *
- * So far, only the staggered grid spatial discretization (for structured grids) is available.
  */
 
 #ifndef DUMUX_FREEFLOW_NAVIERSTOKES_1P_MODEL_HH
diff --git a/dumux/freeflow/navierstokes/model.hh b/dumux/freeflow/navierstokes/model.hh
index d55348b45267f756e76fdd7d31bf5018ec9847a9..5177a246a23517068895c5415aed22a97d2a20b8 100644
--- a/dumux/freeflow/navierstokes/model.hh
+++ b/dumux/freeflow/navierstokes/model.hh
@@ -41,8 +41,6 @@
  *
  * closes the system.
  *
- *
- * So far, only the staggered grid spatial discretization (for structured grids) is available.
  */
 
 #ifndef DUMUX_NAVIERSTOKES_MODEL_HH
diff --git a/dumux/freeflow/navierstokes/momentum/model.hh b/dumux/freeflow/navierstokes/momentum/model.hh
index 9c1d60f9e10f2216bde60411dde5c49460b875fe..2dc4a8378879140f2ba1cb9546cfe751c67ce1eb 100644
--- a/dumux/freeflow/navierstokes/momentum/model.hh
+++ b/dumux/freeflow/navierstokes/momentum/model.hh
@@ -41,8 +41,6 @@
  *
  * closes the system.
  *
- *
- * So far, only the staggered grid spatial discretization (for structured grids) is available.
  */
 
 #ifndef DUMUX_NAVIERSTOKES_MOMENTUM_MODEL_HH
diff --git a/dumux/porousmediumflow/1p/model.hh b/dumux/porousmediumflow/1p/model.hh
index f384e5d559a65be2bd5db5ccf19889b6f4e7ad3d..f640740c646777196fdb622edfca1de64bf4197a 100644
--- a/dumux/porousmediumflow/1p/model.hh
+++ b/dumux/porousmediumflow/1p/model.hh
@@ -33,9 +33,7 @@
  \phi \frac{\partial \varrho}{\partial t} + \text{div} \left\lbrace
  - \varrho \frac{\textbf K}{\mu} \left( \textbf{grad}\, p -\varrho {\textbf g} \right) \right\rbrace = q,
  * \f]
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
+ *
  * The model supports compressible as well as incompressible fluids.
  */
 
diff --git a/dumux/porousmediumflow/1pnc/model.hh b/dumux/porousmediumflow/1pnc/model.hh
index 56d03bf59d3c9b009eb76d3bd76da255a1cc57fa..53e63d40c8b4ab14e26e6950a8d7122deb9d313d 100644
--- a/dumux/porousmediumflow/1pnc/model.hh
+++ b/dumux/porousmediumflow/1pnc/model.hh
@@ -45,9 +45,6 @@
  + \varrho D^\kappa_\text{pm} \textbf{grad} X^\kappa \right\rbrace = q.
  \f]
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
  * The model is able to use either mole or mass fractions. The property useMoles can be set to either true or false in the
  * problem file. Make sure that the according units are used in the problem setup. useMoles is set to true by default.
  *
diff --git a/dumux/porousmediumflow/1pncmin/model.hh b/dumux/porousmediumflow/1pncmin/model.hh
index 0db57078fc8724324726532656b1ad46f24f7d79..fa649e56b718211bdce1724e49feced9c6ab4582 100644
--- a/dumux/porousmediumflow/1pncmin/model.hh
+++ b/dumux/porousmediumflow/1pncmin/model.hh
@@ -47,9 +47,6 @@ v = - \frac{k_{r}}{\mu} \mathbf{K}
  \frac{\partial ( \varrho_\lambda \phi_\lambda )} {\partial t} = q_\lambda
 * \f]
 *
-* All equations are discretized using a vertex-centered finite volume (box)
-* or cell-centered finite volume scheme as spatial and the implicit Euler method as time
-* discretization.
 *
 * The primary variables are the pressure \f$p\f$ and the mole fractions of the
 * dissolved components \f$x^k\f$. The primary variable of the solid phases is the volume
diff --git a/dumux/porousmediumflow/2p/model.hh b/dumux/porousmediumflow/2p/model.hh
index 2dd2c473fdece205c7789fba12c4b89029adda52..aff3ea5656cc418d3cdb3373e5a0e4c97e61997b 100644
--- a/dumux/porousmediumflow/2p/model.hh
+++ b/dumux/porousmediumflow/2p/model.hh
@@ -39,10 +39,6 @@
  \right\} - q_\alpha = 0 \;,
  \f]
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
- *
  * By using constitutive relations for the capillary pressure \f$p_c =
  * p_n - p_w\f$ and relative permeability \f$k_{r\alpha}\f$ and taking
  * advantage of the fact that \f$S_w + S_n = 1\f$, the number of
diff --git a/dumux/porousmediumflow/2p1c/model.hh b/dumux/porousmediumflow/2p1c/model.hh
index e3192d6f522cb32f5c293e92b85b0e6923d44465..e92f5afaa404f9dd2eac619fdb47791eee17074e 100644
--- a/dumux/porousmediumflow/2p1c/model.hh
+++ b/dumux/porousmediumflow/2p1c/model.hh
@@ -42,10 +42,6 @@
 \mathbf{K} (\mathbf{grad}p_\alpha - \rho_\alpha \mathbf{g}) \right \} -q^w =0
  \f]
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
- *
  * By using constitutive relations for the capillary pressure \f$p_c =
  * p_n - p_w\f$ and relative permeability \f$k_{r\alpha}\f$ and taking
  * advantage of the fact that \f$S_w + S_n = 1\f$, the number of
diff --git a/dumux/porousmediumflow/2p2c/model.hh b/dumux/porousmediumflow/2p2c/model.hh
index b5128343d3db947adfcb8890f0873ceb4ccb1ea5..e745b67d750dcb7f2c384aa7e2a632ca52bb55dd 100644
--- a/dumux/porousmediumflow/2p2c/model.hh
+++ b/dumux/porousmediumflow/2p2c/model.hh
@@ -46,10 +46,6 @@
  \alpha \in \{w, g\}
  \f}
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
- *
  * By using constitutive relations for the capillary pressure \f$p_c =
  * p_n - p_w\f$ and relative permeability \f$k_{r\alpha}\f$ and taking
  * advantage of the fact that \f$S_w + S_n = 1\f$ and \f$x^\kappa_w + x^\kappa_n = 1\f$, the number of
diff --git a/dumux/porousmediumflow/2pnc/model.hh b/dumux/porousmediumflow/2pnc/model.hh
index 5d12e65b13f81d34c2f2ab8d66c87a29b0470c79..0044e73fd41b62db00d36b5a0620a4fcf7f23199 100644
--- a/dumux/porousmediumflow/2pnc/model.hh
+++ b/dumux/porousmediumflow/2pnc/model.hh
@@ -51,10 +51,6 @@
  *  \f$\frac{\partial \varrho_\lambda \phi_\lambda )} {\partial t}
  *  = q_\lambda\f$
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as
- * spatial and the implicit Euler method as time discretization.
- *
  * By using constitutive relations for the capillary pressure \f$p_c =
  * p_n - p_w\f$ and relative permeability \f$k_{r\alpha}\f$ and taking
  * advantage of the fact that \f$S_w + S_n = 1\f$ and \f$X^\kappa_w + X^\kappa_n = 1\f$, the number of
diff --git a/dumux/porousmediumflow/2pncmin/model.hh b/dumux/porousmediumflow/2pncmin/model.hh
index 9b76c16e99f0d58516783ebad50334dd51a15c10..19b289505a1792f59050c46eac081311c9de5de4 100644
--- a/dumux/porousmediumflow/2pncmin/model.hh
+++ b/dumux/porousmediumflow/2pncmin/model.hh
@@ -51,10 +51,6 @@
  *  \f$\frac{\partial ( \varrho_\lambda \phi_\lambda )} {\partial t}
  *  = q_\lambda\f$
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial and
- * the implicit Euler method as time discretization.
- *
  * By using constitutive relations for the capillary pressure \f$p_c =
  * p_n - p_w\f$ and relative permeability \f$k_{r\alpha}\f$ and taking
  * advantage of the fact that \f$S_w + S_n = 1\f$ and \f$X^\kappa_w + X^\kappa_n = 1\f$, the number of
diff --git a/dumux/porousmediumflow/3p/model.hh b/dumux/porousmediumflow/3p/model.hh
index 771df40fc230bd4d1badb4b27b037946b3b3b6d9..6040375ca784cb336cc978c88463d8d5f54680a7 100644
--- a/dumux/porousmediumflow/3p/model.hh
+++ b/dumux/porousmediumflow/3p/model.hh
@@ -40,10 +40,6 @@
  \right\} - q_\alpha = 0 \;.
  \f]
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
- *
  * The model uses commonly applied auxiliary conditions like
  * \f$S_w + S_n + S_g = 1\f$ for the saturations.
  * Furthermore, the phase pressures are related to each other via
diff --git a/dumux/porousmediumflow/3p3c/model.hh b/dumux/porousmediumflow/3p3c/model.hh
index dadfff049d3653b1607e6b6458830ab08a979eed..bc365c4ff0962bd626c0c5a16f23de62148aa173 100644
--- a/dumux/porousmediumflow/3p3c/model.hh
+++ b/dumux/porousmediumflow/3p3c/model.hh
@@ -48,10 +48,6 @@
  *
  * Note that these balance equations are molar.
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
- *
  * The model uses commonly applied auxiliary conditions like
  * \f$S_w + S_n + S_g = 1\f$ for the saturations and
  * \f$x^w_\alpha + x^a_\alpha + x^c_\alpha = 1\f$ for the mole fractions.
diff --git a/dumux/porousmediumflow/3pwateroil/model.hh b/dumux/porousmediumflow/3pwateroil/model.hh
index c01528e7a704a470ae9a5c9a1a61e10e6c77c0c1..8edbe4264ed45a080bcd18560b55ab5a31212da9 100644
--- a/dumux/porousmediumflow/3pwateroil/model.hh
+++ b/dumux/porousmediumflow/3pwateroil/model.hh
@@ -49,10 +49,6 @@
  *
  * Note that these balance equations are molar.
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme as spatial
- * and the implicit Euler method as time discretization.
- *
  * The model uses commonly applied auxiliary conditions like
  * \f$S_w + S_n + S_g = 1\f$ for the saturations and
  * \f$x^w_\alpha + x^c_\alpha = 1\f$ for the mole fractions.
diff --git a/dumux/porousmediumflow/mpnc/model.hh b/dumux/porousmediumflow/mpnc/model.hh
index 0de060b1b3b152079661f8da3ecb511f33e92b40..f1c8e9083c2895a1207a6f43341b71ad2968f76b 100644
--- a/dumux/porousmediumflow/mpnc/model.hh
+++ b/dumux/porousmediumflow/mpnc/model.hh
@@ -80,11 +80,6 @@
  * \f[ \Phi(a,b) = \min \{a,  b \}\;, \f]
  * because of its piecewise linearity.
  *
- * These equations are then discretized using a fully-implicit vertex
- * centered finite volume scheme (often known as 'box'-scheme) for
- * spatial discretization and the implicit Euler method as temporal
- * discretization.
- *
  * The model assumes local thermodynamic equilibrium and uses the
  * following primary variables:
  * - The component fugacities \f$f^1, \dots, f^{N}\f$
diff --git a/dumux/porousmediumflow/tracer/model.hh b/dumux/porousmediumflow/tracer/model.hh
index e4c7f31237e10ad72599b461c2d84ee3467b8245..9ca4728cc00f7ce32a561902bc4511d60290b6fd 100644
--- a/dumux/porousmediumflow/tracer/model.hh
+++ b/dumux/porousmediumflow/tracer/model.hh
@@ -36,9 +36,6 @@
  + \varrho D^\kappa_\text{pm} \textbf{grad} X^\kappa \right\rbrace = q.
  \f]
  *
- * All equations are discretized using a vertex-centered finite volume (box)
- * or cell-centered finite volume scheme (TPFA or MPFA) as spatial
- * and the implicit Euler method as time discretization.
  * The model is able to use either mole or mass fractions. The property useMoles can be set to either true or false in the
  * problem file. Make sure that the according units are used in the problem setup. useMoles is set to true by default.
  *