https://gitlab.opengeosys.org/ogs/ogs.git
Revision 71bd62bb69bc0802173c825a83e4cccfadd63f5d authored by Dmitry Yu. Naumov on 10 March 2023, 07:37:54 UTC, committed by Dmitry Yu. Naumov on 10 March 2023, 07:37:54 UTC
[partmesh] Renumber bulk node IDs of the bulk mesh

Closes #3381

See merge request ogs/ogs!4513
2 parent s aef0904 + 53cd6db
Raw File
Tip revision: 71bd62bb69bc0802173c825a83e4cccfadd63f5d authored by Dmitry Yu. Naumov on 10 March 2023, 07:37:54 UTC
Merge branch 'partmesh_update' into 'master'
Tip revision: 71bd62b
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top