https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4f58d7c64d57bae4ee65a33ec156fc00d9e2071e authored by Dmitry Yu. Naumov on 01 December 2020, 20:08:09 UTC, committed by Dmitry Yu. Naumov on 01 December 2020, 20:08:09 UTC
Drainage of an excavation benchmark

See merge request ogs/ogs!3205
2 parent s 883ca94 + 3f93f8f
Raw File
Tip revision: 4f58d7c64d57bae4ee65a33ec156fc00d9e2071e authored by Dmitry Yu. Naumov on 01 December 2020, 20:08:09 UTC
Merge branch 'drainage_benchmark' into 'master'
Tip revision: 4f58d7c
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
back to top