Skip to content
Snippets Groups Projects
Commit 9c7d90f5 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[doxygen][modules] rearrange discmethod groups

parent 9e5f1798
No related branches found
No related tags found
1 merge request!3367[ci] add job for doxygen docu build
...@@ -280,11 +280,6 @@ ...@@ -280,11 +280,6 @@
* \defgroup Discretization Discretization schemes * \defgroup Discretization Discretization schemes
* \brief The discretization schemes available in DuMu<sup>x</sup> * \brief The discretization schemes available in DuMu<sup>x</sup>
*/ */
/*!
* \ingroup Discretization
* \defgroup BoxDiscretization Box FV scheme
* \brief The box method is a collocated finite volume scheme with control volumes centered at grid nodes.
*/
/*! /*!
* \ingroup Discretization * \ingroup Discretization
* \defgroup CCDiscretization Cell-centered FV scheme * \defgroup CCDiscretization Cell-centered FV scheme
...@@ -305,26 +300,34 @@ ...@@ -305,26 +300,34 @@
* \defgroup CVFEDiscretization CVFE * \defgroup CVFEDiscretization CVFE
* \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.
*/
/*!
* \ingroup Discretization
* \defgroup FaceCenteredStaggeredDiscretization Face-centered staggered FV schemes
* \brief Staggered finite volume schemes with degrees of freedom at cell-centers and facets. In these implementations, momentum control volumes exist.
*/ */
/*! /*!
* \ingroup FaceCenteredStaggeredDiscretization * \ingroup CVFEDiscretization
* \defgroup DiamondDiscretization Diamond discretization scheme * \defgroup DiamondDiscretization Diamond discretization scheme
* \brief Face-centered finite-volume scheme based on non-conforming finite-element spaces. * \brief Face-centered finite-volume scheme based on non-conforming finite-element spaces.
*/ */
/*!
* \ingroup CVFEDiscretization
* \defgroup BoxDiscretization Box FV scheme
* \brief The box method is a collocated finite volume scheme with control volumes centered at grid nodes.
*/
/*! /*!
* \ingroup FaceCenteredStaggeredDiscretization * \ingroup CVFEDiscretization
* \defgroup FaceCenteredStaggeredStaggeredDiscretization MAC scheme * \defgroup PQ1BubbleDiscretization PQ1 bubble scheme
* \brief Finite-volume marker-and-cell scheme. * \brief Control-volume finite element scheme based on P1/Q1 basis function with enrichment by a bubble function
*/ */
/*!
* \ingroup Discretization
* \defgroup FaceCenteredStaggeredDiscretization Face-centered staggered FV schemes
* \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.
*/
/*! /*!
* \ingroup Discretization * \ingroup Discretization
* \defgroup StaggeredDiscretization Staggered FV scheme * \defgroup StaggeredDiscretization Staggered FV scheme
* \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
* \brief The pore-network model discretization. * \brief The pore-network model discretization.
*/ */
/*!
* \ingroup Discretization
* \defgroup PQ1BubbleDiscretization PQ1 bubble scheme
* \brief Control-volume finite element scheme based on P1/Q1 basis function with enrichment by a bubble function
*/
/* ***************** Experimental ******************/ /* ***************** Experimental ******************/
/*! /*!
* \defgroup Experimental Experimental * \defgroup Experimental Experimental
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment