Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • D dune-elasticity
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • agnumpde
  • dune-elasticity
  • Merge requests
  • !39

LocalADOLCStiffness: use "hessian2" instead of "hess_vec"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Patrick Jaap requested to merge feature/adolc-alternative-modes into master May 28, 2020
  • Overview 0
  • Commits 1
  • Pipelines 3
  • Changes 1

With this commit, we do two things:

  • replace "hess_vec" with a simpler call of "hessian" which calls internally "hess_vec".

  • use "hessian2" by default instead of "hessian". "hessian2" calls internally "hess_mat" which is faster than "hessian/hess_vec". If the user encounters probems with the new "hessian2" driver, a boolean "useHessian2" can be set to false in the constructor.

Edited May 28, 2020 by Patrick Jaap
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/adolc-alternative-modes