You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I really appreciate how powerful and flexible Neper is. Thank you!. I'm trying to create a triangular notch in a 2D domain. The notch should start from the center of the domain's bottom edge, with a width of 1.5 units and a height of 22 units. I attempted to define this using Neper, but after visualization, I couldn't see the notch. Why might this be happening? @rquey
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I really appreciate how powerful and flexible Neper is. Thank you!. I'm trying to create a triangular notch in a 2D domain. The notch should start from the center of the domain's bottom edge, with a width of 1.5 units and a height of 22 units. I attempted to define this using Neper, but after visualization, I couldn't see the notch. Why might this be happening? @rquey
neper -T -domain "square(100,50):split(y)" -transform "cut(cube(0,0,0,1.5,22,1))" -n 100 -dim 2 -format tess,ori,geo -o grains_modes
neper -V grains_modes.tess -datacellcol id -imagesize 1200:1200 -print img

Beta Was this translation helpful? Give feedback.
All reactions