https://gitlab.opengeosys.org/ogs/ogs.git
Revision 081d95b85e394edf37debd189af48f7da7f6a739 authored by Dmitry Yu. Naumov on 11 May 2021, 21:58:29 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 21:58:29 UTC
Domain deactivation; Dirichlet BCs on excavated domain surface.

See merge request ogs/ogs!3561
2 parent s fa1adb0 + e324297
Raw File
Tip revision: 081d95b85e394edf37debd189af48f7da7f6a739 authored by Dmitry Yu. Naumov on 11 May 2021, 21:58:29 UTC
Merge branch 'DirichletBCsExcavation' into 'master'
Tip revision: 081d95b
.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