Skip to content

Mesh with Fasets #474

Answered by rquey
ThomasChauve asked this question in Q&A
May 11, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi Thomas,

-faset does not work for 3D mesh obtained by extrusion (i.e. from a 2D tess), because Neper does not know the 3D topology, but you can proceed as follows:

neper -T -n 10 -dim 2 -id 1 -morpho gg -format vtk,tess -domain "square(1,2)" -tesrsize 128
neper -T -n 10 -id 1 -morphooptiini "file(n10-id1.tess)" -format vtk,tess -domain "cube(1,2,0.02)"
neper -M n10-id1.tess -order 1 -cl "0.02" -faset "faces"

Replies: 1 comment 1 reply

Comment options

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