Skip to content
Discussion options

You must be logged in to vote

Here is an example:

neper -T -n from_morpho::100 -morpho "lamellar(w=0.25,v=(0,0,1),pos=start)::gg,aspratio(3,1,1)" -domain "cube(1,0.3,1)" -morphooptistop "::val=.1" -o CuNb
neper -V CuNb.tess -dataedgerad "0.01/(scale*scale+1)" -print img

To build different tessellations in Cu and Nb, use a multiscale cell file:

n_scale2:

1 100
2 200
3 100
4 200

morpho_scale2:

1 gg,aspratio(3,1,1)
2 gg
3 gg,aspratio(3,1,1)
4 gg
neper -T -n "from_morpho::file(n_scale2)" -morpho "lamellar(w=0.25,v=(0,0,1),pos=start)::file(morpho_scale2)" -domain "cube(1,0.3,1)" -morphooptistop "::val=.1" -o CuNb2
neper -V CuNb2.tess -dataedgerad "0.01/(scale*scale+1)" -print img2

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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