Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Merge requests
  • !2509

[discretization] Add interfaces element/isBound to grid geometry local views

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timo Koch requested to merge feature/localgeometry-element-interface into master Mar 05, 2021
  • Overview 26
  • Commits 7
  • Changes 12

Another option would to use std::optional (storing value vs. storing pointer). Seems like that's what's used for the DefaultLocalView in dune-functions. I guess optional involves a copy for grids like YaspGrid. Can it happen, e.g. in a coupling context object that the element pointed to goes out-of-scope? I guess it can? Then we should definitely use std::optional.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/localgeometry-element-interface