Replies: 1 comment
-
Make sure to define the crystal symmetry. Here is an example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mesh file and would like to color a slice of my microstructure using ipf coloring but keep getting segmentation faults whenever I put in -dataeltcolscheme ipf.
For example, this works fine but does not color by ipf:
neper -V simulation.msh -dataeltcol ori -slicemesh z=0.1 -cameracoo 0:0:4 -print pic
But this gives segmentation fault:
neper -V simulation.msh -dataeltcol ori -dataeltcolscheme ipf -slicemesh z=0.1 -cameracoo 0:0:4 -print ipfpic
How should I place the color scheme arguments?
Beta Was this translation helpful? Give feedback.
All reactions