Revision 1841e78a8eb729cc65dbd789d310c07762ddffb4 authored by Dmitry Yu. Naumov on 05 July 2021, 14:29:49 UTC, committed by Dmitry Yu. Naumov on 05 July 2021, 14:29:49 UTC
Use the element wise reference temperature in SmallDeformation

See merge request ogs/ogs!3683
2 parent s a2538ea + 1b7e728
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