https://gitlab.opengeosys.org/ogs/ogs.git
Revision f517310892c195e151bab5f2dceff91ab554cb34 authored by Dmitry Yu. Naumov on 16 September 2021, 20:30:14 UTC, committed by Dmitry Yu. Naumov on 16 September 2021, 20:30:14 UTC
Phase field-AT1

See merge request ogs/ogs!3779
2 parent s 6a57cea + 177209a
Raw File
Tip revision: f517310892c195e151bab5f2dceff91ab554cb34 authored by Dmitry Yu. Naumov on 16 September 2021, 20:30:14 UTC
Merge branch 'PhaseField' into 'master'
Tip revision: f517310
.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