GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
221 stars 88 forks source link

Strain components' naming issue #3368

Closed sytuannguyen closed 1 month ago

sytuannguyen commented 1 month ago

Describe the issue The strain component xz is actually named with the index "yz" and vice versa.

Proposed cleanup Correct the names of the strain components: "yz" to "xz" and "xz" to "yz"

Additional context

jhuang2601 commented 1 month ago

@ryar9534 Can you help to take a look on this issue?

ryar9534 commented 1 month ago

Apparently the vtk ordering of voight notation and what is done in the GEOS internal are different, I will fix this shortly

rrsettgast commented 1 month ago

This is confusing. There is only one voight ordering...isnt there?

ryar9534 commented 1 month ago

@sytuannguyen can you try the change in #3373 and see if that fixes things?