https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8d846612c9a462f64334edb480b09bdd323f1545 authored by Dmitry Yu. Naumov on 01 November 2021, 17:23:07 UTC, committed by Dmitry Yu. Naumov on 01 November 2021, 17:23:07 UTC
[GMSH2OGS] Added a test to test the conversion of linear elements

See merge request ogs/ogs!3860
2 parent s a6ce3e1 + 238939d
Raw File
Tip revision: 8d846612c9a462f64334edb480b09bdd323f1545 authored by Dmitry Yu. Naumov on 01 November 2021, 17:23:07 UTC
Merge branch 'test_for_Gmsh2OGS_linear_elements' into 'master'
Tip revision: 8d84661
.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