Skip to content

Single grain extraction #350

Answered by rquey
sajutabraham asked this question in Q&A
Dec 19, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Use -showcell id==... for the tessellation ("before meshing") and `-showelset id=..." for the mesh ("after meshing"). Here is an example:

neper -T -n 10 -reg 1 -o n10
neper -M n10.tess
neper -V n10.tess,n10.msh -dataedgerad 0.003 -showtess 1 -showmesh 0 -showcell "id==3" -print before -showtess 0 -showmesh 1  -dataelt1drad 0.003 -dataelt3dedgerad 0.0015 -showelset "id==3"  -showelt1d elt3d_shown -print after

or, more simply,

neper -V n10.tess,n10.msh -dataelt1drad 0.003 -showelset "id==3" -showelt1d elt3d_shown -dataelt3dedgerad 0 -print before -dataelt3dedgerad 0.0015 -print after

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sajutabraham
Comment options

@rquey
Comment options

@sajutabraham
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