Revision bd25372ea8f06bac1934b011e8788317a23b6b4a authored by Dmitry Yu. Naumov on 09 September 2021, 11:08:04 UTC, committed by Dmitry Yu. Naumov on 09 September 2021, 11:08:04 UTC
[Test/HT] Increased the tolerance pf the linear solver for H in 2D_ThermalConvection_constviscosityStaggeredScheme

Closes #3125

See merge request ogs/ogs!3778
2 parent s 41b1844 + dad1b96
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top