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
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top