https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4c5cca1a501638d7669e7fcdd037f1308c6bd8e4 authored by Dmitri Naumov on 26 January 2021, 23:19:57 UTC, committed by Dmitri Naumov on 03 February 2021, 21:01:18 UTC
The increment tolerance is used as an additional convergence
criterion.

Introduction of the new tolerance requires renaming of the
residuum tolerance.
1 parent f635a67
Raw File
Tip revision: 4c5cca1a501638d7669e7fcdd037f1308c6bd8e4 authored by Dmitri Naumov on 26 January 2021, 23:19:57 UTC
[NL] Local Newton. Add increment tolerance.
Tip revision: 4c5cca1
README.md
OpenGeoSys 6
============

[![Modified BSD License](http://img.shields.io/badge/license-BSD-blue.svg?style=flat-square)](https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/LICENSE.txt)
[![DOI](https://zenodo.org/badge/1701384.svg)](https://zenodo.org/badge/latestdoi/1701384)

[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
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][ogs].

## Software development ##

- Good starting point for users as well as for developers is the [documentation][documentation]
- Check your code against our [styleguide](http://ufz.github.io/styleguide/cppguide.xml)
- Have a look at the [source code documentation for the current release][docs] or [for the latest commit][docs-latest]

## License ##

OpenGeoSys is distributed under the Modified BSD License. See the
[LICENSE.txt][license-source] for the license text.

[ogs]: https://www.opengeosys.org
[documentation]: https://www.opengeosys.org/docs/
[docs]: https://doxygen.opengeosys.org
[docs-latest]: https://doxygen-latest.opengeosys.org
[license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt
back to top