Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
dumux
dumux
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 74
    • Issues 74
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 29
    • Merge Requests 29
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • dumux-repositories
  • dumuxdumux
  • Merge Requests
  • !1492

Open
Opened Feb 09, 2019 by Dennis Gläser@DennisGlaeser
  • Report abuse
Report abuse

Feature/improve box facetcoupling

This "tpfa-like" flux approximation on interior Neumann boundaries significantly reduces the condition number of the linear system and removes the problem of not being able to reduce the residual up to machine precision. It now runs stable and converges as expected.

This is wip because it has to wait for !1431. The diff will be much better to review after that is merged.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b feature/improve-box-facetcoupling origin/feature/improve-box-facetcoupling

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff feature/improve-box-facetcoupling

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 0
  • Commits 44
  • Changes 52
Timo Koch
Assignee
Timo Koch @timok
Assign to
3.1
Milestone
3.1
Assign milestone
Time tracking
1
Labels
Bugfix
Assign labels
  • View project labels
Reference: dumux-repositories/dumux!1492