https://gitlab.opengeosys.org/ogs/ogs.git
Revision 814de7e33539b02d6554e46a99a777a63cbb727b authored by Dmitry Yu. Naumov on 30 January 2023, 20:02:55 UTC, committed by Dmitry Yu. Naumov on 30 January 2023, 20:02:55 UTC
[T/M] Two solid materials extrapolation

Closes #3054 and #3063

See merge request ogs/ogs!4447
2 parent s 279cafb + 0bcabf5
Raw File
Tip revision: 814de7e33539b02d6554e46a99a777a63cbb727b authored by Dmitry Yu. Naumov on 30 January 2023, 20:02:55 UTC
Merge branch 'MultipleSolidMaterials' into 'master'
Tip revision: 814de7e
.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