https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8756f74c65c0dfa43745aa9001953ea5878a607f authored by tnagel on 31 August 2021, 14:13:19 UTC
Introduced initial stress capability in MFront orthotropic linear elasticity.
Tip revision: 8756f74
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top