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 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 93
    • Merge requests 93
  • 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
  • !3242

Feature/volume

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timo Koch requested to merge feature/volume into master Aug 08, 2022
  • Overview 12
  • Commits 5
  • Pipelines 12
  • Changes 6

Introduces a helper function to compute the volume of convex polytope geometries. For common convex polytope geometry types there are efficient helpers. A generic method uses the volume() function of the geometry as fallback if a specialized volume function is not implemented (although we cannot guarantee that that method actually returns a good volume approximation.

The helper is called convexPolytopeVolume since it only works correctly for convex polytopes. There is also a helper that uses integration on the reference element to determine the volume for nonlinearly transformed geometry types. For box we only supported and continue to support convex polytopes.

Edited Aug 09, 2022 by Timo Koch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/volume