https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2a26041b8cfe3af78c295ee4d7f0d4ef17c7a807 authored by Dmitry Yu. Naumov on 16 August 2021, 06:32:22 UTC, committed by Dmitry Yu. Naumov on 16 August 2021, 06:32:22 UTC
Staggered: check all processes for convergence in coupling iterations

See merge request ogs/ogs!3740
2 parent s 3811e43 + 1ff0986
Raw File
Tip revision: 2a26041b8cfe3af78c295ee4d7f0d4ef17c7a807 authored by Dmitry Yu. Naumov on 16 August 2021, 06:32:22 UTC
Merge branch 'check_coupling_convergence_completely' into 'master'
Tip revision: 2a26041
.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