https://gitlab.opengeosys.org/ogs/ogs.git
Revision 28a91f37afa371ff85508b206b03c09934de06a3 authored by Lars Bilke on 28 March 2022, 08:02:23 UTC, committed by Lars Bilke on 28 March 2022, 08:02:23 UTC
Increase the PETSc ksp solver tolerance of TRuni_unsaturated.prj

See merge request ogs/ogs!4061
2 parent s 4d72830 + 503de8d
Raw File
Tip revision: 28a91f37afa371ff85508b206b03c09934de06a3 authored by Lars Bilke on 28 March 2022, 08:02:23 UTC
Merge branch 'update_test' into 'master'
Tip revision: 28a91f3
.clang-tidy
---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-pro-type-member-init, *explicit-conversions*, google-explicit-constructor, google-readability-braces-around-statements, modernize-loop-convert, modernize-use-default-member-init, modernize-use-emplace, modernize-use-using, readability-braces-around-statements, readability-else-after-return, readability-named-parameter, *readability-namespace-comments, *readability-inconsistent-*, readability-redundant-member-init, readability-simplify-boolean-expr, readability-string-compare'

WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle:     file
CheckOptions:
  - key:             google-readability-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             hicpp-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             readability-braces-around-statements.ShortStatementLines
    value:           '1'
back to top