https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4d1ff837cd76f937555a173c43b16e610bce8ecb authored by Jörg Buchwald on 08 March 2021, 21:15:51 UTC
move porosity, storage, biot-coefficient and permeability to medium (RichardFlow)
Tip revision: 4d1ff83
.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