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 101
    • Issues 101
    • 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
  • !1670

Throw if evalGradients is called with non-uniform phase states

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bernd Flemisch requested to merge fix/evalgradients into master Jul 16, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Evaluating gradients inside an element is only correct if all element vertices have the same phase state, i.e. the same set of primary variables. Determine if all vertex phase states are the same. If not, throw. Enable the possibility to ignore the phase states and enforce the gradient evaluation.

Fixes #624 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/evalgradients