Skip to content

tesr to mesh #207

Answered by rquey
ThomasChauve asked this question in Q&A
May 5, 2021 · 2 comments · 15 replies
Discussion options

You must be logged in to vote

You just have to filter your tesr before meshing to solve topological issues, using -transform rmsat,grow:

$ neper -T -loadtesr CI02_539x495_micro.txt -transform "rmsat,grow" -o filtered
$ neper -M filtered.tesr -rcl 0.5 -mesh2dalgo fron,dela
$ neper -V filtered.tesr,filtered.msh -datavoxedgerad 0 -datacellcol id -dataelsetcol id -imagesize 600:600 -cameraangle 12 -showelt1d all -dataelt1drad 0.2 -showtesr 1 -showmesh 0 -print filtered-tesr -showtesr 0 -showmesh 1 -print filtered-mesh

(-transform changes only 3 pixels...)


Neper does not take VTK files as input, and it can mesh a 3D tesr by approximating it as a tess (-morpho tesr:file()), see Quey and Renversade, 2018.

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Comment options

You must be logged in to vote
15 replies
@janzenchoi
Comment options

@mkasemer
Comment options

@rquey
Comment options

rquey Jul 4, 2022
Maintainer

@janzenchoi
Comment options

@rquey
Comment options

rquey Jul 4, 2022
Maintainer

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

This discussion was converted from issue #206 on May 05, 2021 12:52.