https://gitlab.opengeosys.org/ogs/ogs.git
Revision 7f8295bb3e308168f6b32133fd89dc4308a0a789 authored by Dmitri Naumov on 30 May 2023, 15:14:37 UTC, committed by Dmitri Naumov on 19 July 2023, 14:45:31 UTC
Also store phi_fr_prev for increment computation including the update in
post time step.
1 parent 7ad177f
Raw File
Tip revision: 7f8295bb3e308168f6b32133fd89dc4308a0a789 authored by Dmitri Naumov on 30 May 2023, 15:14:37 UTC
[PL/THM] Store ice volume fraction
Tip revision: 7f8295b
.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