Skip to content
Snippets Groups Projects
Commit 38071fd8 authored by Lars Bilke's avatar Lars Bilke
Browse files

README is used as Doxygen index page.

parent 1138655a
No related branches found
No related tags found
No related merge requests found
# OpenGeoSys 6 #
OpenGeoSys 6 {#mainpage}
============
***This is the source code of the next generation [OpenGeoSys][ogs].***
## The OpenGeoSys-project ##
OpenGeoSys (OGS) is a scientific open source project for the development of
[OpenGeoSys][ogs] (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
......@@ -12,7 +9,7 @@ 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
*OGS*) and a visualization tool (*Data Explorer*). OGS is developed by the
[OpenGeoSys Community][ogs].
## Software development ##
......
......@@ -572,7 +572,9 @@ INPUT = ${CMAKE_SOURCE_DIR}/BaseLib \
${CMAKE_SOURCE_DIR}/FileIO \
${CMAKE_SOURCE_DIR}/GeoLib \
${CMAKE_SOURCE_DIR}/MathLib \
${CMAKE_SOURCE_DIR}/MeshLib
${CMAKE_SOURCE_DIR}/MeshLib \
${CMAKE_SOURCE_DIR}/Gui \
${CMAKE_SOURCE_DIR}/README.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
......
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