Skip to content

Export nodal data to VTK format #253

Answered by rquey
CsatiZoltan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I tried to plot the displacement field in Neper. What I realized was that using the -datanodecol option only, without providing element visualization using for example the -dataelt3dcol option, the PNG output defaults to the colour of the element sets.

Yes, because -datanodecol defines the colors of the nodes, not the colors of the elements. You could see the (colored) nodes using -shownode 1 (and probably -datanoderad to increase the node radii).

It is possible to plot the displacement field by interpolating the nodal values on the elements, so

-dataelt3dcol from_nodes
-datanodecol disp1

Yes.

works fine for the PNG output. On the other hand, no (nodal or interpolated element) d…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@CsatiZoltan
Comment options

@rquey
Comment options

@CsatiZoltan
Comment options

@rquey
Comment options

@CsatiZoltan
Comment options

Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants