https://gitlab.opengeosys.org/ogs/ogs.git
Revision e79f65a21775cca3da8080d66f89ea45d4f36435 authored by Dmitri Naumov on 09 July 2023, 17:53:37 UTC, committed by wenqing on 12 July 2023, 09:38:01 UTC
The reset must also happen for the first time step which
might have failed in the second iteration.

Reason for the original statement is not clear.
1 parent 5caa68e
Raw File
Tip revision: e79f65a21775cca3da8080d66f89ea45d4f36435 authored by Dmitri Naumov on 09 July 2023, 17:53:37 UTC
[PL] Reset solution for rejected time step ts = 0
Tip revision: e79f65a
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top