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
  • !2201

[WIP] Feature/new staggered impl

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Kilian Weishaupt requested to merge feature/new-staggered-impl into master Jun 26, 2020
  • Overview 58
  • Commits 77
  • Pipelines 10
  • Changes 157

TODO General:

  • Fix docu (especially copy and paste errors)
  • Rethink assembly strategy (forward / inverse)?
  • Introduce coupling stencils per DOF?
  • improve design of "dual" problem
  • boundary flux helpers
  • prohibit Dirichlet for mass model?
  • check difference in Jacobian for compressible fluids (channel)
  • periodic grids
  • Look into benefits of caching options
  • Add volume work to energy balance

@nedc:

  • Set up higher order geometry
  • Port the TVD methods
  • Add correct checks for various boundary conditions
  • Add useful tests for higher order
  • Update and include the rans models

@kweis:

  • coupling (staggered-cellcentered)
  • implement Beavers-Joseph BC
  • Compositional models (1pnc)

@martins

  • Finalize box-staggered coupling (old staggered)
  • Port box-staggered to new staggered
  • Develop new freeflow discretizations (long term)

@hanchuan

  • port and test Navier stokes tests (should have been completed already by @kweis)
  • port compositional tests (after 1pnc is updated)
  • port stokes-darcy MD tests (after MD is updated)
  • port rans tests (after rans is updated)

fixes #756 (closed)

Edited Jun 02, 2021 by Kilian Weishaupt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/new-staggered-impl