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
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top