Skip to content

How to set specific seed coordinates at both scales( I have discovered a bug ) #411

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

You must be logged in to vote

The structure can be seen as made of lamellae, so, I would go:

neper -T -dim 2 -n from_morpho::from_morpho -morpho "lamellar(w=0.4,v=(1,0,0),pos=start)::msfile(n_ms_file)" -reg 1 -o d

where morpho_msfile is:

1 lamellar(w=1.00,v=(0,1,0),pos=start)
2 lamellar(w=0.50,v=(0,1,0),pos=start)
3 lamellar(w=0.249999,v=(0,1,0),pos=start)

The reason why we must use 0.249999 instead of 0.25 is that 0.25 would create a degenerate configuration, which is to avoid. This is "fixed" by -reg 1, which removes the very small edge that results from the use of 0.249999 (at the intersection between the blue, green, cyan and magenta cells).

Visualize:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@siwux
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