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 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 91
    • Merge requests 91
  • 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
  • !1499

[nonlinear] Fix occurrence of uninitialized variables in Newton

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bernd Flemisch requested to merge fix/uninitialized-variables-in-newton into master Feb 21, 2019
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 1

The problem was that newtonConverged was executed before newtonUpdate, the place where the variables are initialized. Change the while loop logic such that newtonConverged is called at the end of each loop cycle, particularly after newtonUpdate.

Fixes #655 (closed).

Edited Feb 25, 2019 by Bernd Flemisch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/uninitialized-variables-in-newton