Skip to content
GitLab
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 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Issues
  • #625
Closed
Open
Issue created Nov 29, 2018 by Timo Koch@timokOwner

MultiDomain Traits define types inconsistently as const

Some of the types are tuples of shared_ptrs to const types, some to non-const types. This way done in an inconsistent way.

I propose to change it as follows

  • Do not provide any tuple types, as we already have MakeTuple (could be renamed to simply Tuple)
  • Provide only subdomain types with template arugment size_t i
  • Provide other helpers that create a TupleOfSharedPtr and TupleOfSharedPtrConst

This is necessary to implement !1350 (merged).

@kweis, @DennisGlaeser

Assignee
Assign to
Time tracking