https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7986f2a888be703e7ac56c3570c83eae6132040c authored by Wenqing Wang on 30 September 2021, 13:33:07 UTC
Test/partmesh] Added another test (quad9 mesh) for the option of '-q', which creates partitioned
Tip revision: 7986f2a
.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
web/.netlify

CMakeUserPresets.json

.snakemake
back to top