Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Yuhao Liu
ogs
Commits
38071fd8
Commit
38071fd8
authored
12 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
README is used as Doxygen index page.
parent
1138655a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-7
4 additions, 7 deletions
README.md
scripts/docs/Doxyfile.in
+3
-1
3 additions, 1 deletion
scripts/docs/Doxyfile.in
with
7 additions
and
8 deletions
README.md
+
4
−
7
View file @
38071fd8
# 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 ##
...
...
This diff is collapsed.
Click to expand it.
scripts/docs/Doxyfile.in
+
3
−
1
View file @
38071fd8
...
...
@@ -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
...
...
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