forked from ufz/ogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainpage.dox.in
45 lines (45 loc) · 1.84 KB
/
mainpage.dox.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/** \mainpage OpenGeoSys ${OGS_VERSION} source code documentation
*
* OpenGeoSys (OGS) is a scientific open source project for the development of
* numerical methods for the simulation of thermo-hydro-mechanical-chemical
* (THMC) processes in porous and fractured media. OGS is implemented in C++, it
* is object-oriented with an focus on the numerical solution of coupled
* multi-field problems (multi-physics). Parallel versions of OGS are available
* relying on both MPI and OpenMP concepts.
*
* Application areas of OGS are currently CO2
* sequestration, geothermal energy, water resources management, hydrology and
* waste deposition. OGS is comprised of the THMC-simulator (simply referred to
* as *OGS*) and a visualization tool (*Data Explorer*).
*
* OGS is developed by the OpenGeoSys Community.
*
* \section source_documentation Source code documentation
*
* You will find the Doxygen documentation for the development branch at
* https://doxygen.opengeosys.org.
*
* The documentation for OGS releases can be found here:
*
* - https://doxygen.opengeosys.org/v6.4.4
* - https://doxygen.opengeosys.org/v6.4.3
* - https://doxygen.opengeosys.org/v6.4.2
* - https://doxygen.opengeosys.org/v6.4.1
* - https://doxygen.opengeosys.org/v6.4.0
* - https://doxygen.opengeosys.org/v6.3.3
*
* \section useful_links Useful links
* - OGS home page: https://opengeosys.org/
* - Selected benchmarks: https://opengeosys.org/docs/benchmarks
* - Developer guide: https://opengeosys.org/docs/devguide
* - Data Explorer (GUI) manual:
* https://gitlab.opengeosys.org/ogs/documentation/data_explorer_manual/-/jobs/artifacts/master/raw/ogsde-man.pdf?job=build
* - Discussion forum: https://discourse.opengeosys.org
*
* \section internal_modules Internal Modules
*
* ${_subpage_dependencies}
* * \subpage ODESolver
* * \subpage ExternalODESolverInterface
*
*/