Skip to content
Snippets Groups Projects
Commit 4865b464 authored by Melanie Lipp's avatar Melanie Lipp Committed by Timo Koch
Browse files

[doc][doxygen] Add some more modules - mostly ones that have been used but not defined.

parent 9e8fdcf3
No related branches found
No related tags found
1 merge request!3228[doc][doxygen] Update modules available for \ingroup, fix errors regarding \ingroup, fix errors regarding \file.
...@@ -300,6 +300,11 @@ ...@@ -300,6 +300,11 @@
* \defgroup CCMpfaDiscretization Multi-point flux approximation (Mpfa) * \defgroup CCMpfaDiscretization Multi-point flux approximation (Mpfa)
* \brief A cell-centered finite volume scheme with multi-point flux approximation. * \brief A cell-centered finite volume scheme with multi-point flux approximation.
*/ */
/*!
* \ingroup Discretization
* \defgroup CVFEDiscretization CVFE
* \brief CVFE.
*/
/*! /*!
* \ingroup Discretization * \ingroup Discretization
* \defgroup FaceCenteredStaggeredDiscretization Face-centered staggered FV scheme * \defgroup FaceCenteredStaggeredDiscretization Face-centered staggered FV scheme
...@@ -330,6 +335,11 @@ ...@@ -330,6 +335,11 @@
* \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 PQ1 bubble scheme.
*/
/* ***************** Experimental ******************/ /* ***************** Experimental ******************/
/*! /*!
* \defgroup Experimental Experimental * \defgroup Experimental Experimental
...@@ -345,6 +355,11 @@ ...@@ -345,6 +355,11 @@
* \defgroup BoxFlux Flux related to the box scheme * \defgroup BoxFlux Flux related to the box scheme
* \brief Flux related to the box scheme * \brief Flux related to the box scheme
*/ */
/*!
* \ingroup Flux
* \defgroup CVFEFlux Flux related to the CVFE scheme
* \brief Flux related to the CVFE scheme
*/
/*! /*!
* \ingroup Flux * \ingroup Flux
* \defgroup CCFlux Flux related to the cell-centered schemes * \defgroup CCFlux Flux related to the cell-centered schemes
...@@ -396,6 +411,7 @@ ...@@ -396,6 +411,7 @@
* - __Fluid state:__ <br> @copydoc FluidStates * - __Fluid state:__ <br> @copydoc FluidStates
* - __Solid state:__ <br> @copydoc SolidStates * - __Solid state:__ <br> @copydoc SolidStates
* - __Fluid system:__ <br> @copydoc Fluidsystems * - __Fluid system:__ <br> @copydoc Fluidsystems
* - __Solid system:__ <br> @copydoc Solidsystems
* - __Spatial Parameters:__ <br> @copydoc SpatialParameters * - __Spatial Parameters:__ <br> @copydoc SpatialParameters
*/ */
/*! /*!
...@@ -520,6 +536,13 @@ ...@@ -520,6 +536,13 @@
* decision since the thermodynamic state of the system is expressed by * decision since the thermodynamic state of the system is expressed by
* a solid state! * a solid state!
*/ */
/*!
* \ingroup Material
* \defgroup SpatialParameters Spatial parameters
* \brief Spatial parameters.
*
* Spatial parameters.
*/
/* ***************** Adaptive ******************/ /* ***************** Adaptive ******************/
/*! /*!
......
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