https://gitlab.opengeosys.org/ogs/ogs.git
Revision c96e5b12cd89d7fa5879ba052316a888b9cc5008 authored by wenqing on 17 May 2021, 08:49:08 UTC, committed by wenqing on 17 May 2021, 08:49:08 UTC
[LiquidFlow]  Use body force vector in the local assember

See merge request ogs/ogs!3623
2 parent s ad0feaf + dffc636
Raw File
Tip revision: c96e5b12cd89d7fa5879ba052316a888b9cc5008 authored by wenqing on 17 May 2021, 08:49:08 UTC
Merge branch 'H_body_force' into 'master'
Tip revision: c96e5b1
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top