Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-structures
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lukas Riedel
  • dune-structures
  • Merge requests
  • !14

Fix & update visualization of stress eigenvectors

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Lukas Riedel requested to merge fix-stress-ev-output into master Jun 23, 2021
  • Overview 0
  • Commits 3
  • Pipelines 2
  • Changes 2

What does this MR do?

  • Fix an error in the calculation of the stress eigenvectors. The strain tensor contained a wrong summation, which has been removed. Additionally, the stress tensor did not contain the full strain trace on its diagonal. Both issues have been fixed.
  • Add the configuration option continuous to the stress EV visualization. This allows toggling of a P1 (vertex) or a P0 (cell) representation of the EVs.
  • Remove output of the index of the largest EV. This simply was leftover code from !8 (merged).
Edited Jun 23, 2021 by Lukas Riedel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-stress-ev-output