Skip to content
GitLab
  • Menu
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 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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-repositories
  • dumuxdumux
  • Merge requests
  • !1543

[staggered][geometry] Store two parallel distances per svcf lateral axis, not three

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ned Coltman requested to merge feature/improve_ff_nonuniformdistances into master Apr 02, 2019
  • Overview 1
  • Commits 2
  • Changes 5

Previously the width of the self scvf was stored in the parallel distances array, storing a total of three distances. This was to ensure that the CC parallel distance is correct for nonuniform 3D grids.

This self distance is not necessary to be stored in the parallel data, as this information already exists for each scvf. This commit removes this first distance and calculates the CC parallel distance using the existing scvf information and the other two parallel distances.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/improve_ff_nonuniformdistances