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
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top