https://gitlab.opengeosys.org/ogs/ogs.git
Revision 181c0d7424519bb92acf5f50dda31a3a0ce06af9 authored by Dmitry Yu. Naumov on 11 December 2020, 23:46:28 UTC, committed by Dmitry Yu. Naumov on 11 December 2020, 23:46:28 UTC
Draft: [PL/RM] Remove postNonlinearSolver call.

See merge request ogs/ogs!3324
2 parent s 980ca0c + da74e76
Raw File
Tip revision: 181c0d7424519bb92acf5f50dda31a3a0ce06af9 authored by Dmitry Yu. Naumov on 11 December 2020, 23:46:28 UTC
Merge branch 'RM_RemoveExtraCallToUpdateStress' into 'master'
Tip revision: 181c0d7
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
back to top