https://gitlab.opengeosys.org/ogs/ogs.git
Revision 69eb3950e2f5ace35b155e3b448599d4df8be0c1 authored by Lars Bilke on 03 March 2021, 11:03:56 UTC, committed by Lars Bilke on 03 March 2021, 11:04:38 UTC
[A/U/MP] Correct ghost element information.

See merge request ogs/ogs!3481

(cherry picked from commit 9c1e1b137089c4d569818708ba9c8c2cf80fed88)

fcc5c8ae [A/U/MP] Correct ghost element information.
cd2a40be [Tests/Data] Fix of ghost data requires update.
1 parent 42d25e1
Raw File
Tip revision: 69eb3950e2f5ace35b155e3b448599d4df8be0c1 authored by Lars Bilke on 03 March 2021, 11:03:56 UTC
Merge branch 'GhostPartitioningFix' into 'master'
Tip revision: 69eb395
ReadMe.md
# Third-party libraries #

## RapidXML ##

Is used for XML-IO. Is integrated directly.

## tclap ##

Command line option parser. Is integrated directly.

## zlib ##

Compression algorithms. Is integrated directly.

## gtest ##

Google testing framework for unit tests. Is integrated directly.

## autocheck ##

Is integrated as a submodule.

## nlohmann/json ##

Header only c++ json parser. Directly integrated because the benchmarks and
tests are too large.

## exprtk ##

Header only c++ mathematical expression parsing and evaluation library

## spdlog ##

Very fast, header-only/compiled, C++ logging library.
back to top