Skip to content

multi-scale tessellation #401

Answered by rquey
Ming-is asked this question in Q&A
Mar 5, 2022 · 2 comments · 16 replies
Discussion options

You must be logged in to vote

1:

You have to use a multiscale cell file to pass different option values to each first-scale cell:

neper -T -n "10::msfile(n_msfile)" -morpho "gg::msfile(morpho_msfile)" -o d

where the multiscale files are:

n_msfile:

1 1
2 1
3 1
4 1
5 from_morpho
6 1
7 1
8 1
9 1
10 1

morpho_msfile:

1 voronoi
2 voronoi
3 voronoi
4 voronoi
5 lamellar(w=0.1)
6 voronoi
7 voronoi
8 voronoi
9 voronoi
10 voronoi

Visualize:

neper -V d.tess -datacellcol "scaleid(1)" -datacelltrs 0.5 -print img

2:

Same principle:

neper -T -n "10::msfile(n_msfile2)::msfile(n_msfile3)" -morpho "gg::voronoi::msfile(morpho_msfile3)" -o d

where the multiscale files are:

n_msfile2:

1 1
2 1
3 1
4 1
5 5
6 1
7 1
8 1
9 1
10 1

n_msfile3:

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
13 replies
@rquey
Comment options

rquey Oct 7, 2023
Maintainer

@wanli096
Comment options

@rquey
Comment options

rquey Oct 9, 2023
Maintainer

@86zhangzhongwen
Comment options

@rquey
Comment options

Answer selected by rquey
Comment options

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

@charanjo
Comment options

@wanli096
Comment options

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