https://gitlab.opengeosys.org/ogs/ogs.git
Revision ec833567d81a0fb8732acb4851ff7da2af95ce1d authored by wenqing on 23 March 2022, 17:15:55 UTC, committed by wenqing on 23 March 2022, 17:15:55 UTC
Fixing  a bug in Process::setInitialConditions under PETSc

Closes #3217

See merge request ogs/ogs!4055
2 parent s 48e9e9d + fd6a166
Raw File
Tip revision: ec833567d81a0fb8732acb4851ff7da2af95ce1d authored by wenqing on 23 March 2022, 17:15:55 UTC
Merge branch 'fix_petsc' into 'master'
Tip revision: ec83356
.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