* \brief Control-volume finite element schemes (e.g. box method)
* \brief Control-volume finite element schemes (e.g. box method)
* Control-volume finite element schemes are based on finite element basis functions for interpolation but define control volumes to construct a finite volume scheme. They can be interpreted both as finite volume or as (Petrov-Galerkin) finite element scheme.
* Control-volume finite element schemes are based on finite element basis functions for interpolation but define control volumes to construct a finite volume scheme. They can be interpreted both as finite volume or as (Petrov-Galerkin) finite element scheme.
* \brief Discretization for the momentum balance of the Navier-Stokes equations. Can be used to build a marker-and-cell scheme (MAC) together with Tpfa for the discretization of the mass balance equation.
* \brief A staggered finite volume scheme with degrees of freedom at cell-centers and facets. In this implementation, momentum control volumes do not explicitly exist, but the implementation uses workarounds.
* \brief A staggered finite volume scheme with degrees of freedom at cell-centers and facets. In this implementation, momentum control volumes do not explicitly exist, but the implementation uses workarounds.
* \note This is an outdated implementation of the MAC scheme and will be replaced.
*/
*/
/*!
/*!
* \ingroup Discretization
* \ingroup Discretization
...
@@ -336,11 +339,6 @@
...
@@ -336,11 +339,6 @@
* \defgroup PoreNetworkDiscretization Pore network model discretization
* \defgroup PoreNetworkDiscretization Pore network model discretization