https://gitlab.opengeosys.org/ogs/ogs.git
Revision 37d27f636a4c7772e95b9339c86c20a6df16c95c authored by Wenqing Wang on 18 May 2021, 15:10:16 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 21:11:23 UTC
1 parent 013d8bd
Raw File
Tip revision: 37d27f636a4c7772e95b9339c86c20a6df16c95c authored by Wenqing Wang on 18 May 2021, 15:10:16 UTC
[UnitTest] Added a test for getElementRotationMatrices with 3D mesh
Tip revision: 37d27f6
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