Skip to content
Snippets Groups Projects
Commit 73a4fab0 authored by Timo Koch's avatar Timo Koch
Browse files

[doc] Improve disc doc in modules.txt

parent fda1a7d2
No related branches found
No related tags found
2 merge requests!693[doc] Improve documentation of discretization (Disc, CC, CCTpfa),!617[WIP] Next
...@@ -235,37 +235,36 @@ ...@@ -235,37 +235,36 @@
/* ***************** Discretization ******************/ /* ***************** Discretization ******************/
/*! /*!
* \defgroup Discretization Discretization schemes * \defgroup Discretization Discretization schemes
* \brief The discretization schemes available in DuMu<sup>x</sup>
*/ */
/*! /*!
* \ingroup Discretization * \ingroup Discretization
* \defgroup BoxDiscretization Box finite volume scheme * \defgroup BoxDiscretization Box FV scheme
* *
* \copydetails ./discretization/box/properties.hh * \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 finite volume scheme * \defgroup CCDiscretization Cell-centered FV scheme
* # Tpfa * \brief Finite volume schemes with degrees of freedom located at grid cell centers
* \copybrief ./discretization/cellcentered/tpfa/properties.hh
* # Mpfa
* \copybrief ./discretization/cellcentered/mpfa/properties.hh
*/ */
/*! /*!
* \ingroup CCDiscretization * \ingroup CCDiscretization
* \defgroup CCTpfaDiscretization Cell-centered finite volume scheme with two-point flux-approximuation (Tpfa) * \defgroup CCTpfaDiscretization Two-point flux approximation (Tpfa)
* *
* \copydetails ./discretization/cellcentered/tpfa/properties.hh * \brief A cell-centered finite volume scheme with two-point flux approximation
*/ */
/*! /*!
* \ingroup CCDiscretization * \ingroup CCDiscretization
* \defgroup CCMpfaDiscretization Cell-centered finite volume scheme with multi-point flux-approximuation (Mpfa) * \defgroup CCMpfaDiscretization Multi-point flux approximation (Mpfa)
* *
* \copydetails ./discretization/cellcentered/mpfa/properties.hh * \brief A cell-centered finite volume scheme with multi-point flux approximation
*/ */
/*! /*!
* \ingroup Discretization * \ingroup Discretization
* \defgroup StaggeredDiscretization Staggered finite volume scheme * \defgroup StaggeredDiscretization Staggered FV scheme
* \copydetails ./discretization/staggered/properties.hh *
* \brief A staggered finite volume scheme with degrees of freedom at cell-centers and facets
*/ */
/* ***************** Material ******************/ /* ***************** Material ******************/
......
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