https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0d30f0f61826385ef66837cdbad288fffdf14a38 authored by wenqing on 06 June 2023, 14:19:46 UTC, committed by wenqing on 06 June 2023, 14:19:46 UTC
Draft: [HM] Improvement of the fixed stress splitting approach in the staggered scheme

See merge request ogs/ogs!4578
2 parent s e9bf3d2 + 2e7aa93
Raw File
Tip revision: 0d30f0f61826385ef66837cdbad288fffdf14a38 authored by wenqing on 06 June 2023, 14:19:46 UTC
Merge branch 'imprv_fixed_stress' into 'master'
Tip revision: 0d30f0f
.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,md}]
indent_size = 2
back to top