Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,729
    • Issues 1,729
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ParaView
  • ParaViewParaView
  • Issues
  • #15222

Closed
Open
Opened Dec 21, 2014 by Kitware Robot@kwrobotOwner

ENH: In filter Tensor glyph, be able to select a field with 6 components for a symmetric tensor

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


The filter Tensor glyph allows displaying 3x3 plain tensors. In our use cases, the tensors are symmetric and only 6 components are stored in the field in this order: XX, YY, ZZ, XY, XZ, YZ.

To use it, we have to duplicate the non-diagonal components and put them in the right order for Tensor Glyph: XX, YX, ZX, XY, YY, ZY, XZ, YZ, ZZ

With the filter Python Calculator, we can use the expression: hstack([SIGM[:,0], SIGM[:,3], SIGM[:,4], SIGM[:,3], SIGM[:2,1], SIGM[:,5], SIGM[:,4], SIGM[:,5], SIGM[:,2]]) But it is not straightforward for the user and source of errors.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#15222