Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogsogs
  • ogs
  • Merge requests
  • !4093

[utils] adjusting vertitical slice tool to construct meshes from bottom to top

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Karsten Rink requested to merge rinkk/ogs:VerticalSliceMatReversal into master Apr 07, 2022
  • Overview 9
  • Commits 3
  • Pipelines 2
  • Changes 2

Small adjustment so the VerticalSlice-tool now builds meshes from bottom to top instead the other way around. This also fixes a (so far irrelevant) issue that used to occur with outcroppings towards the surface. Basically 2D slices are now constructed the same way that OGS also constructs 3D meshes.

Note: I had problems with GMSH refusing to mesh the geometries created with the changes in this MR. This appears to be fixed with the current GMSH version. It might make sense to set a minimum requirement for the GMSH-version used? Specifically, the issue occured with GMSH 4.5.6 and is fixed in GMSH 4.9.5. (pinging @bilke for this)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: VerticalSliceMatReversal