Replies: 3 comments 3 replies
-
Do they have to be added in a particular order? https://discourse.paraview.org/t/automatic-naming-of-tensor-components/8762 suggests that you want to have YZ before XZ. Otherwise I have no idea, but if you do hit upon something that works please let us know here. I'd have imagined that I'd find an example of our solid mechanics module using that feature, but I couldn't... |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you.
As a matter of fact, I tried it all just a few minutes ago.
The ordering is correct, as you mentioned.
Paraview is not able to collapse those vars into a tensor in any situation.
I asked the paraview community, let's see what they say.
Renato
…On Mon, Dec 2, 2024 at 4:27 PM roystgnr ***@***.***> wrote:
libMesh should be exporting variables in the same order as the
add_variable calls that were made to the system (the first add_variable
calls, in special cases - if you read your system from file then the file
determines the ordering, and if you have redundant add_variable calls
then then the first determines the ordering).
You can look at ExodusII file details by converting it from its underlying
NetCDF3 or HDF5 format to ASCII and reading the output - there are
utilities ncdump (available with NetCDF; with libMesh contrib/netcdf we
install it for you alongside our own install) and h5dump (available with
HDF5) to do so.
—
Reply to this email directly, view it on GitHub
<#4016 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMOVER5EQUBHB5UWJT2TQLT2DTNFDAVCNFSM6AAAAABSJ5AVSKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBUGE3TIMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Feedback from Paraview community.
*From: Mathieu Westphal (Kitware) mwestphalDecember 3*
*Indeed, I confirm that the new IOSS exodus reader does not support tensors
yet.*
*You can use the legacy reader by loading the plugin:*
- *Tools → ManagePlugins*
- *Load “LegacyExodusReader”*
- *File → Open → your file*
- *Select “LegacyExodusReader”*
…On Mon, Dec 2, 2024 at 4:47 PM rebpoli ***@***.***> wrote:
Thank you.
As a matter of fact, I tried it all just a few minutes ago.
The ordering is correct, as you mentioned.
Paraview is not able to collapse those vars into a tensor in any
situation.
I asked the paraview community, let's see what they say.
Renato
On Mon, Dec 2, 2024 at 4:27 PM roystgnr ***@***.***> wrote:
> libMesh should be exporting variables in the same order as the
> add_variable calls that were made to the system (the first add_variable
> calls, in special cases - if you read your system from file then the
file
> determines the ordering, and if you have redundant add_variable calls
> then then the first determines the ordering).
>
> You can look at ExodusII file details by converting it from its
underlying
> NetCDF3 or HDF5 format to ASCII and reading the output - there are
> utilities ncdump (available with NetCDF; with libMesh contrib/netcdf we
> install it for you alongside our own install) and h5dump (available with
> HDF5) to do so.
>
> —
> Reply to this email directly, view it on GitHub
> <
#4016 (reply in thread)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AMOVER5EQUBHB5UWJT2TQLT2DTNFDAVCNFSM6AAAAABSJ5AVSKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBUGE3TIMQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#4016 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMOVER7YUISPKS2V6AFS4VT2DTPQ3AVCNFSM6AAAAABSJ5AVSKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBUGE4DONQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
roystgnr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
I am adding the tensor components as variables, but paraview is not able to read them as a tensor.
I am exporting using ExodusII.
From what I recall, this used to work...
Any idea of what might be wrong?
Beta Was this translation helpful? Give feedback.
All reactions