Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • 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
  • Merge requests
  • !2870

[navierstokes][problem] Do not expose discretization methods in problem

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Timo Koch requested to merge feature/remove-navierstokes-problem-discmethod into master Oct 16, 2021
  • Overview 0
  • Commits 3
  • Pipelines 2
  • Changes 2

This created some unresolved dependenices due to the cyclic interdependency of problem and coupling manager. This worked before because the discretizaiton method was always one specific type. With tags the actual type has to be known, so both problems and the coupling manager have to be instatiated before this information can be accessed.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/remove-navierstokes-problem-discmethod