Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • 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
  • !736

WIP: Feature/multidomain on 3.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Timo Koch requested to merge feature/mixeddimension-on-3.0 into master Jan 12, 2018
  • Overview 3
  • Commits 76
  • Pipelines 0
  • Changes 100

This merge request adds a multidomain module to Dumux. It is a fairly generic module that provides a generic assembler for multi-domain problems (more than two domains possible). The domains can have different dimension. The coupling manager concept allows to specify coupling dof dependencies and defines how to evaluate coupling residuals / residual derivatives.

The goal is to be able to use this module for

  • equal-dimension multi-domain problems (e.g. Darcy-Stokes coupling)
  • mixed-dimension multi-domain problems (e.g. embedded mixed-dimension methods, embedded fracture models)
  • multi-physics problems (e.g. dual-continuum models)

TODO

  • depends on !737 (merged) and !738 (merged) to be merged.
  • check function overloads for different element types, probably need domainId as element types can be the same
  • add coupling manager for darcy-darcy domain decomposition
  • implement additional derivatives for caching disabled -> custom ElementVolVar type
  • implement explicit assembly
  • Unify newtoncontroller with staggered newtoncontroller (depends on !762 (merged))
Edited May 18, 2018 by Timo Koch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/mixeddimension-on-3.0