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
  • #112

Closed
Open
Opened Jul 07, 2020 by Santiago Ospina De Los Ríos@santiago.ospinaDeveloper

UGGrid communication of a fixed size data handler fails with empty grid views

Description

I have a case where I want to use the communicate() method before performing loadBalance() with a fixed size data handler. This specifically fails when one of the UGGrid grid views is empty in any of the ranks. I traced back the error to this line, but I am not sure if this is really a bug or a desired behaviour, and what would be a suitable workaround for this. I didn't check whether this happens with other grids. Any ideas?

To reproduce this, I used the grid generated by make2DHybridTestGrid<UGGrid<2>>() in two ranks and then tried to communicate InteriorBorder_All_Interface using this class as a base for the actual DataHandler.

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