Revision fde4b00ce46098ddc8cc99c9c1204cb2802f7a39 authored by wenqing on 05 April 2023, 11:27:09 UTC, committed by wenqing on 05 April 2023, 11:27:09 UTC
Draft:  Generalized numerical stabilizer and consequently applied full upwind stabilizer to HC

See merge request ogs/ogs!4387
2 parent s a5de98c + d46d18d
Raw File
.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