https://gitlab.opengeosys.org/ogs/ogs.git
Revision e4b016b3fc8be96868f9066119eb6761492388d4 authored by Dmitry Yu. Naumov on 10 May 2021, 19:38:44 UTC, committed by Dmitry Yu. Naumov on 10 May 2021, 19:38:44 UTC
[LiquidFlow] Use specific body force instead of darcy_gravity

Closes #3110

See merge request ogs/ogs!3610
2 parent s 8b08b8e + 112b3d0
Raw File
Tip revision: e4b016b3fc8be96868f9066119eb6761492388d4 authored by Dmitry Yu. Naumov on 10 May 2021, 19:38:44 UTC
Merge branch 'LF_UseSpecificBodyForce' into 'master'
Tip revision: e4b016b
.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