Skip to content
Snippets Groups Projects
Forked from ogs / ogs
25859 commits behind the upstream repository.
Dmitri Naumov's avatar
Dmitri Naumov authored
Enables configuration of uncrustify pre-commit-check.

Uncrustify is a source code beautifier. Enabling this via scripts/init.sh runs uncrustify before commit on the changed files and *suggests* changes to the code to be conform with the style guide.

This should enforce a common code style and reduce number of white-space changes and also improve the readability of the code.
2a294e7c
History

OpenGeoSys 6 {#mainpage}

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.

Software development

License

OpenGeoSys is distributed under a Modified BSD License which encourages users to attribute the work of the OpenGeoSys Community especially in scientific publications. See the LICENSE.txt for the license text.