Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-grid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Core ModulesCore Modules
  • dune-grid
  • Merge requests
  • !661

Draft: Add virtualized grid

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Samuel Burbulla requested to merge feature/virtualized-grid into master Nov 09, 2022
  • Overview 9
  • Commits 43
  • Pipelines 10
  • Changes 24

This MR implements a virtualised version of the DUNE grid interface.

It takes dimension and world dimension as template parameters, and then can be constructed by passing another grid to the constructor. For instance:

Dune::VirtualizedGrid<2,2> ( yaspGrid );

Related MRs: !573 (closed), !656 (merged)

TODO

  • Specify communicate following the idea sketched in https://gitlab.dune-project.org/-/snippets/71
  • Improve performance of benchmark: https://gitlab.dune-project.org/simon.praetorius/benchmark-grids
  • Clarify void communicate ( CommDataHandleIF< DataHandle, Data > &dataHandle, InterfaceType interface, CommunicationDirection direction ) const
Edited Nov 09, 2022 by Samuel Burbulla
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/virtualized-grid