Skip to content

Aborted meshing #941

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

You must be logged in to vote
#!/bin/bash

rm -f d.msh

id=0
while [ ! -e "d.msh" ]
do
  id=$[$id+1]
  neper -T -n 500 -domain "cube(1.2,0.1,1.2)" -transform "cut(cylinder(0.6,0,0.6,0,1,0,0.15))" -id $id -reg 1 -o d
  neper -M d.tess
done

exit 0

id 3 works.

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