Revision bc5ff1f16f31aeb10c3a6867c97aa6f851274dfd authored by Christoph Lehmann on 25 September 2023, 15:13:27 UTC, committed by Christoph Lehmann on 25 September 2023, 15:13:27 UTC
Draft: RTP Acceleration Step 2: Compute linear solver only upon timestep change

See merge request ogs/ogs!4730
2 parent s 6081637 + 20694a6
Raw File
.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