https://gitlab.opengeosys.org/ogs/ogs.git
Revision e2233fc5cd842a12dbe914f0936468c0f8921041 authored by Dmitry Yu. Naumov on 15 September 2023, 10:55:13 UTC, committed by Dmitry Yu. Naumov on 15 September 2023, 10:55:13 UTC
TRM: Enable strain dependent permeability

See merge request ogs/ogs!4731
2 parent s 26c6f2a + d50e638
Raw File
Tip revision: e2233fc5cd842a12dbe914f0936468c0f8921041 authored by Dmitry Yu. Naumov on 15 September 2023, 10:55:13 UTC
Merge branch 'strain-dependent-permeability' into 'master'
Tip revision: e2233fc
.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