Skip to content
Snippets Groups Projects
Forked from ogs / ogs
17559 commits behind the upstream repository.
user avatar
Dmitri Naumov authored
From llvm documentation https://clang.llvm.org/extra/clang-tidy/checks/misc-string-compare.html
"A common mistake is to use the string’s compare method instead of using the equality or inequality operators. The compare method is intended for sorting functions and thus returns a negative number, a positive number or zero depending on the lexicographical relationship between the strings compared. If an equality or inequality check can suffice, that is recommended. This is recommended to avoid the risk of incorrect interpretation of the return value and to simplify the code. The string equality and inequality operators can also be faster than the compare method due to early termination."
e9df1ec3
History

OpenGeoSys 6

Tag BSD License (modified) Build Status Travis DOI

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.

Current status

It has to be noticed that the current OGS-6 version is under very heavy development and vivid discussion, and does not implement all functionality from OGS-5.

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.