https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1568b83e559cb59c88f17fdd3f252efbece49e82 authored by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC, committed by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC
[MPL] Fix Brooks-Corey saturation derivative.

See merge request ogs/ogs!3816
2 parent s a8826ab + 797774a
Raw File
Tip revision: 1568b83e559cb59c88f17fdd3f252efbece49e82 authored by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC
Merge branch 'FixBrooksCoreySaturationDerivative' into 'master'
Tip revision: 1568b83
.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