Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
dune-grid
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 21
    • Merge Requests 21
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Core Modules
  • dune-grid
  • Issues
  • #115

Closed
Open
Opened Aug 24, 2020 by Carsten Gräser@carsten.graeserMaintainer

GmshReader does not implement quadrilateral boundary segments

The code for reading and inserting 'elements' contains a switch case over the element-type for actual elements and boundary segments. For the boundary segments the case element-type=3 corresponding to 4-node quadrilaterals is not implemented. As a consequence such boundary segments are not inserted and you cannot associate the boundary segment ordering in the .msh file with the insertion index and the finally the boundary segment index. Unfortunately, the reader does not print a warning or error message for this unsupported segment type.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: core/dune-grid#115