Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
73a4fab0
Commit
73a4fab0
authored
7 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/doxygen/modules.txt
+12
-13
12 additions, 13 deletions
doc/doxygen/modules.txt
with
12 additions
and
13 deletions
doc/doxygen/modules.txt
+
12
−
13
View file @
73a4fab0
...
@@ -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 t
wo-point flux
-
approxim
u
ation (Tpfa)
* \defgroup CCTpfaDiscretization
T
wo-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 m
ulti-point flux
-
approxim
u
ation (Mpfa)
* \defgroup CCMpfaDiscretization
M
ulti-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 ******************/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment